From f227adee3cff445288bdba66d369a451aa31b58e Mon Sep 17 00:00:00 2001 From: MikunoNaka Date: Fri, 16 Apr 2021 22:20:43 +0530 Subject: using useState to update array of items to be added in the invoice now --- src/styles/global.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/styles/global.css') diff --git a/src/styles/global.css b/src/styles/global.css index e5147f8..7d21117 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -27,3 +27,7 @@ body { @media only screen and (max-device-width: 480px) { .root-content { width: 95%; } } + +.BillingPage .ItemsList { + background-color: red; + min-height: 7rem; } -- cgit v1.2.3