🐛 Fix bad background for new team button in light theme

This commit is contained in:
Belén Albeza 2024-02-01 16:14:27 +01:00
parent 2298252379
commit a5239c1cb6
2 changed files with 5 additions and 4 deletions

View file

@ -232,13 +232,10 @@
width: $s-168;
}
.new-team {
background-color: $db-quaternary;
}
&.action {
.team-icon {
background-color: #2e3434;
background-color: var(--new-team-button-background-color);
border-radius: 50%;
height: $s-24;
margin-right: $s-12;