Skip to content

Commit

Permalink
fix: wrong mobile colors (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
reme3d2y committed Sep 8, 2021
1 parent 78f2b86 commit d9e275b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/themes/src/mixins/form-control/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
@define-mixin form-control-mobile {
/* core vars */
--color-light-bg-secondary: #f3f4f5;
--color-light-bg-secondary-inverted: #233549;
--color-light-bg-secondary-inverted: #202022;
--color-light-text-negative: #d91d0b;
--color-light-text-accent: #ef3124;
--color-light-text-accent: #e81f11;
--border-radius-l: 12px;

/* theme */
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/src/mixins/input/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
--color-light-text-primary: #000;
--color-light-text-primary-inverted: #fff;
--color-light-text-negative: #d91d0b;
--color-light-text-accent: #ef3124;
--color-light-text-accent: #e81f11;
--color-light-text-tertiary-transparent: rgba(60, 60, 67, 0.3);
--color-light-text-tertiary-inverted-transparent: rgba(255, 255, 255, 0.4);
--color-light-text-tertiary-inverted-transparent: rgba(235, 235, 245, 0.3);
--color-light-text-link: #0072ef;

/* theme */
Expand Down

0 comments on commit d9e275b

Please sign in to comment.