From 3db76127df7903903e2dc921c288f279e5ab9097 Mon Sep 17 00:00:00 2001 From: bakhirev Date: Fri, 19 Jul 2024 01:09:05 +0300 Subject: [PATCH] update --- src/ts/components/Table/styles/index.module.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ts/components/Table/styles/index.module.scss b/src/ts/components/Table/styles/index.module.scss index 966e312..5f2c62a 100644 --- a/src/ts/components/Table/styles/index.module.scss +++ b/src/ts/components/Table/styles/index.module.scss @@ -122,7 +122,7 @@ } @media print { -.table_cell:first-child { -background-color: transparent; -} + .table_cell:first-child { + background-color: transparent; + } }