Skip to content

Commit

Permalink
Update dark and high-contrast themes
Browse files Browse the repository at this point in the history
  • Loading branch information
corinagum committed Oct 4, 2019
1 parent 50b00c8 commit e7ebd9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/client/src/ui/styles/themes/dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ html {
--input-label-color: #C8C8C8;
--input-label-color-disabled: var(--neutral-7);
--input-border: 1px solid #C8C8C8;
--input-border-focus: var(--p-button-border-focus);
--input-border-focus: 2px solid #00BCF2;
--input-border-error: 1px solid var(--error-outline);
--input-placeholder-color: var(--neutral-7);
--input-border-disabled: 1px solid var(--neutral-7);
Expand Down
2 changes: 1 addition & 1 deletion packages/app/client/src/ui/styles/themes/high-contrast.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ html {
--input-label-color: #C8C8C8;
--input-label-color-disabled: var(--neutral-7);
--input-border: 1px solid #C8C8C8;
--input-border-focus: var(--p-button-border-focus);
--input-border-focus: 2px solid #F38518;
--input-border-error: 1px solid #F38518;
--input-placeholder-color: var(--neutral-7);
--input-border-disabled: 1px solid var(--neutral-7);
Expand Down

0 comments on commit e7ebd9e

Please # to comment.