Skip to content

Commit dc02612

Browse files
committed
fix color of tiny text during typing
1 parent bae4610 commit dc02612

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • src/ui/screens/landing-page/sections/feedback/components

src/ui/screens/landing-page/sections/feedback/components/FeedbackBox.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ const FeedbackBox = ({ isDesktop }) => {
4545
InputProps={{
4646
disableUnderline: true,
4747
}}
48+
InputLabelProps={{
49+
style: {
50+
color: theme.palette.black.light,
51+
}
52+
}}
4853
minRows={3}
4954
style={{
5055
overflow: 'auto',

0 commit comments

Comments
 (0)