0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-24 07:29:08 -05:00

🐛 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

@ -361,6 +361,10 @@
// TEXT SELECTION
--text-editor-selection-background-color: var(--da-tertiary-70);
--text-editor-selection-foreground-color: var(--app-white);
// NEW TEAM BUTTON
// TODO: we should not put these functional tokens here, but rather in the components they belong to
--new-team-button-background-color: var(--color-background-primary);
}
#app {

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;