Skip to content

Commit

Permalink
fix(theme): bob disabled input (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsimao authored Oct 2, 2023
1 parent 9bd412b commit ed51a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/theme/src/css/theme.bob.css
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
--colors-input-disabled-text: #9a9a9a;
--colors-input-disabled-border: var(--colors-neutral-opacity-300);
--colors-input-background: var(--colors-dark-400);
--colors-input-disabled-bg: #fbfbfc;
--colors-input-disabled-bg: #1d2330;
/* Label */
--colors-label-text: var(--colors-white);
/* Token Input */
Expand Down

0 comments on commit ed51a18

Please sign in to comment.