Skip to content

Commit

Permalink
feat(themes): change placeholder and helper text colors dark themes (#…
Browse files Browse the repository at this point in the history
…9987)

Co-authored-by: Taylor Jones <[email protected]>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 29, 2021
1 parent 6ce1b54 commit adebf80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/themes/src/next/g100.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export const borderDisabled = gray90;
export const textPrimary = gray10;
export const textSecondary = gray30;
export const textPlaceholder = gray60;
export const textHelper = gray50;
export const textHelper = gray40;
export const textError = red30;
export const textInverse = gray100;
export const textOnColor = white;
Expand Down
4 changes: 2 additions & 2 deletions packages/themes/src/next/g90.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ export const borderDisabled = gray80;
// Text
export const textPrimary = gray10;
export const textSecondary = gray30;
export const textPlaceholder = gray60;
export const textHelper = gray50;
export const textPlaceholder = gray50;
export const textHelper = gray30;
export const textError = red30;
export const textInverse = gray100;
export const textOnColor = white;
Expand Down

0 comments on commit adebf80

Please sign in to comment.