Skip to content

Commit 76a42bb

Browse files
committed
fix(form): lightbulb always gray in darker theme
1 parent 53dc3ae commit 76a42bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ span.fc_list_icon {
15561556
/* Active / inactive light for forms */
15571557
.plugin-forcreator-active {
15581558
cursor: pointer;
1559-
color: #009933;
1559+
color: #009933 !important;
15601560
}
15611561

15621562
.plugin-forcreator-inactive {

0 commit comments

Comments
 (0)