Skip to content

Commit

Permalink
fix dark mode input backgrounds
Browse files Browse the repository at this point in the history
  • Loading branch information
moo-man committed Oct 1, 2024
1 parent 7670e94 commit 3d17732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion style/sheets/actors/_actor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
--attribute-locked-input : transparent;
--attribute-locked-border : transparent;
--attribute-label : transparent;
--attribute-field : var(--color-cool-4);
--attribute-field : transparent;
--property-icon : var(--color-cool-3);


Expand Down
2 changes: 1 addition & 1 deletion style/sheets/actors/_character.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

.field {
background: var(--attribute-field);
background: var(--attribute-input);

a {
width: 100%;
Expand Down

0 comments on commit 3d17732

Please sign in to comment.