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 ++++ src/styles/global.scss | 1 + 2 files changed, 5 insertions(+) (limited to 'src/styles') 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; } diff --git a/src/styles/global.scss b/src/styles/global.scss index a3727ec..d9ee9bb 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -20,3 +20,4 @@ body { width: 95%; } } + -- cgit v1.2.3