TabWrapper background change

This commit is contained in:
Peter Papp
2021-02-06 16:02:22 +01:00
parent e2a52d27f5
commit e984ae6beb
@@ -61,7 +61,7 @@
margin-bottom: 20px; margin-bottom: 20px;
cursor: pointer; cursor: pointer;
align-items: center; align-items: center;
background: $light_background; background: white;
color: $text; color: $text;
border-radius: 8px; border-radius: 8px;
overflow: hidden; overflow: hidden;
@@ -79,7 +79,7 @@
padding: 8px; padding: 8px;
&.active { &.active {
background: #E8E9EB; background: $light_background;
.tab-title { .tab-title {
color: $text; color: $text;