From 907187ada233c2bf8a5ae16c906ffaa9766cc594 Mon Sep 17 00:00:00 2001 From: Maksim Eltyshev Date: Sat, 24 Dec 2022 01:03:36 +0100 Subject: [PATCH] fix: Fix active tab style --- client/src/components/Boards/Boards.module.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/client/src/components/Boards/Boards.module.scss b/client/src/components/Boards/Boards.module.scss index cf90be15..848dbe52 100644 --- a/client/src/components/Boards/Boards.module.scss +++ b/client/src/components/Boards/Boards.module.scss @@ -29,7 +29,7 @@ } .link { - color: #fff; + color: rgba(255, 255, 255, 0.72); cursor: pointer; display: block; line-height: 20px; @@ -60,6 +60,11 @@ &:hover { background: rgba(0, 0, 0, 0.32); } + + .link { + color: #fff; + font-weight: bold; + } } .tabWrapper {