Skip to content

Commit

Permalink
Hotfix: Label do input do modal de edição de compromisso estava fora …
Browse files Browse the repository at this point in the history
…da paleta de cores correta.
  • Loading branch information
gepetojj committed Aug 19, 2021
1 parent c47270c commit 61767cf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "meetscheduler",
"description": "Seja lembrado de seus compromissos no Google Meet, com o MeetScheduler.",
"version": "1.0.0",
"private": true,
"version": "1.0.1",
"author": "Gepetojj",
"homepage": "./",
"main": "build/main.js",
Expand All @@ -15,7 +14,8 @@
"eject": "react-scripts eject",
"watch:electron": "tsc --watch --project electron/tsconfig.json",
"dev": "concurrently \"yarn watch:electron\" \"yarn start:electron\"",
"dist": "yarn build && yarn build:electron && electron-builder build -w"
"dist": "yarn build && yarn build:electron && electron-builder build -w",
"publish": "electron-builder --publish always"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
Expand Down
3 changes: 3 additions & 0 deletions src/components/Appointment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ const AppointmentModalInput = MUIStyled(TextField)({
borderBottom: `1px solid ${theme.colors.fontDarker}`,
filter: "brightness(130%)",
},
"& .MuiFormLabel-root.Mui-disabled": {
color: theme.colors.fontDarker,
},
"& .MuiFormHelperText-root": {
color: theme.colors.fontDarker,
marginTop: "0.3rem",
Expand Down

0 comments on commit 61767cf

Please sign in to comment.