TabWrapper background change

This commit is contained in:
Peter Papp
2021-02-06 16:02:22 +01:00
parent e2a52d27f5
commit e984ae6beb

View File

@@ -61,7 +61,7 @@
margin-bottom: 20px;
cursor: pointer;
align-items: center;
background: $light_background;
background: white;
color: $text;
border-radius: 8px;
overflow: hidden;
@@ -79,7 +79,7 @@
padding: 8px;
&.active {
background: #E8E9EB;
background: $light_background;
.tab-title {
color: $text;