remove bold font and replace notistack to save flash

This commit is contained in:
proddy
2023-03-11 09:22:55 +01:00
parent 8cbae88dc3
commit cc5a28ca14
10 changed files with 75 additions and 80 deletions

View File

@@ -102,8 +102,7 @@ const SettingsCustomization: FC = () => {
.th {
border-bottom: 1px solid #565656;
font-weight: 500;
height: 32px;
height: 36px;
}
&:nth-of-type(1) .th {
@@ -122,8 +121,6 @@ const SettingsCustomization: FC = () => {
&.tr.tr-body.row-select.row-select-single-selected {
background-color: #3d4752;
color: white;
font-weight: normal;
}
&:hover .td {