From 9354a5576b3b5458b4e62ff3d39ffe9996ee2cee Mon Sep 17 00:00:00 2001 From: Keegan George Date: Mon, 4 Jul 2022 15:31:16 -0700 Subject: [PATCH] UX: Make header input fields bold --- common/common.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/common.scss b/common/common.scss index ffc36b6..d8bd9d3 100644 --- a/common/common.scss +++ b/common/common.scss @@ -9,6 +9,10 @@ gap: 0.5rem; margin-bottom: 2rem; + .table-builder-input { + font-weight: bold; + } + .header-column { border: 1px solid var(--primary-low-mid); padding: 1rem; @@ -53,6 +57,10 @@ .body-inputs { display: flex; flex-direction: column; + + .table-builder-input { + font-weight: normal; + } } .body-row {