mirror of
https://github.com/penpot/penpot.git
synced 2025-03-25 06:01:46 -05:00
🐛 Fix text color on interactions panel for light theme
This commit is contained in:
parent
936fb2b6f1
commit
476e5d2358
1 changed files with 13 additions and 9 deletions
|
@ -47,6 +47,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.groups {
|
||||
@include flexColumn;
|
||||
.element-set-options-group {
|
||||
|
@ -188,15 +189,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.interactions-info {
|
||||
flex-grow: 1;
|
||||
.trigger-name {
|
||||
color: white;
|
||||
}
|
||||
.action-summary {
|
||||
color: var(--color-foreground-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.remove-btn {
|
||||
@extend .button-tertiary;
|
||||
height: $s-32;
|
||||
|
@ -221,6 +214,17 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
.interactions-info {
|
||||
flex-grow: 1;
|
||||
.trigger-name {
|
||||
color: var(--color-foreground-primary);
|
||||
}
|
||||
.action-summary {
|
||||
color: var(--color-foreground-secondary);
|
||||
}
|
||||
}
|
||||
|
||||
.flow-element {
|
||||
@extend .asset-element;
|
||||
padding: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue