From 4ffb953f3f4608e58436af48104705c501aa594e Mon Sep 17 00:00:00 2001 From: karthik Date: Fri, 19 Sep 2025 11:33:12 +0530 Subject: [PATCH] fix : 2nd screen got bold lettering --- .../src/app/components/shared-table/shared-table.component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/btc-UI/src/app/components/shared-table/shared-table.component.css b/btc-UI/src/app/components/shared-table/shared-table.component.css index cd16ba7..5fc5a90 100644 --- a/btc-UI/src/app/components/shared-table/shared-table.component.css +++ b/btc-UI/src/app/components/shared-table/shared-table.component.css @@ -23,6 +23,7 @@ .main-table { display: flex; flex-direction: column; + font-weight: bold; height: 100%; overflow: hidden; }