0
Fork 0
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:
Belén Albeza 2023-12-12 13:35:27 +01:00 committed by Alonso Torres
parent 936fb2b6f1
commit 476e5d2358

View file

@ -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;