mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 19:56:37 +02:00
🐛 Fix bad background for new team button in light theme
This commit is contained in:
parent
2298252379
commit
a5239c1cb6
2 changed files with 5 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue