Skip to content

Commit

Permalink
fix: quoteDraft Notes Text style
Browse files Browse the repository at this point in the history
  • Loading branch information
kris-liu-smile authored and BrianJiang2021 committed Feb 22, 2023
1 parent 21ffe14 commit f5a1d76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/storefront/src/pages/quote/components/QuoteNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export const QuoteNote = () => {
value={noteText}
onChange={handleNoteTextChange}
label="Type a message..."
size="small"
variant="filled"
sx={{
'& .MuiFormLabel-root': {
color: 'rgba(0, 0, 0, 0.38)',
Expand Down

0 comments on commit f5a1d76

Please sign in to comment.