mirror of
https://github.com/penpot/penpot.git
synced 2025-05-13 22:26:39 +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
|
@ -361,6 +361,10 @@
|
||||||
// TEXT SELECTION
|
// TEXT SELECTION
|
||||||
--text-editor-selection-background-color: var(--da-tertiary-70);
|
--text-editor-selection-background-color: var(--da-tertiary-70);
|
||||||
--text-editor-selection-foreground-color: var(--app-white);
|
--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 {
|
#app {
|
||||||
|
|
|
@ -232,13 +232,10 @@
|
||||||
width: $s-168;
|
width: $s-168;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new-team {
|
|
||||||
background-color: $db-quaternary;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.action {
|
&.action {
|
||||||
.team-icon {
|
.team-icon {
|
||||||
background-color: #2e3434;
|
background-color: #2e3434;
|
||||||
|
background-color: var(--new-team-button-background-color);
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
height: $s-24;
|
height: $s-24;
|
||||||
margin-right: $s-12;
|
margin-right: $s-12;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue