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; + } }