Skip to content

Commit 2be8508

Browse files
committed
fix(form): lightbulb always gray in darker theme
1 parent c952ff7 commit 2be8508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ span.fc_list_icon {
10551055
/* Active / inactive light for forms */
10561056
.plugin-formcreator-active {
10571057
cursor: pointer;
1058-
color: #009933;
1058+
color: #009933 !important;
10591059
}
10601060

10611061
.plugin-formcreator-inactive {

0 commit comments

Comments
 (0)