Skip to content

Commit

Permalink
Let themes change radialMenu text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
bonanitech committed Dec 29, 2022
1 parent b3ce0c0 commit f737162
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
height: 50px;
background: var(--red-ui-secondary-background);
border: 2px solid var(--red-ui-primary-border-color);
color: var(--red-ui-primary-text-color);
text-align: center;
line-height:50px;

Expand All @@ -51,7 +52,7 @@

.red-ui-editor-radial-menu-opt-disabled {
border-color: var(--red-ui-tertiary-border-color);
color: var(--red-ui-tertiary-border-color);
color: var(--red-ui-secondary-text-color-disabled);
}
.red-ui-editor-radial-menu-opt-active {
background: var(--red-ui-secondary-background-hover);
Expand Down

0 comments on commit f737162

Please sign in to comment.