Skip to content

Commit

Permalink
fix: quote note message
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 committed Feb 22, 2023
1 parent ba666c4 commit a13b612
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/storefront/src/pages/quote/components/QuoteNote.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ export const QuoteNote = () => {
rows={5}
value={noteText}
onChange={handleNoteTextChange}
label="Type a message..."
sx={{
'& .MuiFormLabel-root': {
color: 'rgba(0, 0, 0, 0.38)',
},
}}
/>
</Box>
</B3CollapseContainer>
Expand Down

0 comments on commit a13b612

Please sign in to comment.