From f5a1d76468a5060280616159504f29bab7e16c27 Mon Sep 17 00:00:00 2001 From: kris-liu-smile Date: Mon, 20 Feb 2023 16:42:16 +0800 Subject: [PATCH] fix: quoteDraft Notes Text style --- apps/storefront/src/pages/quote/components/QuoteNote.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/storefront/src/pages/quote/components/QuoteNote.tsx b/apps/storefront/src/pages/quote/components/QuoteNote.tsx index 415edeb5..1fb0b1df 100644 --- a/apps/storefront/src/pages/quote/components/QuoteNote.tsx +++ b/apps/storefront/src/pages/quote/components/QuoteNote.tsx @@ -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)',