Skip to content

Commit

Permalink
chore: high-contrast button-primary colors (#30036)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored and MartinSchoeler committed Aug 11, 2023
1 parent 6acfdfe commit 3b86bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/packages/ui-theming/src/paletteHighContrast.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ export const palette = [
category: 'Button',
description: 'Primary Background',
list: [
{ name: 'button-background-primary-default', token: '', color: '#095AD2' },
{ name: 'button-background-primary-hover', token: '', color: '#10529E' },
{ name: 'button-background-primary-default', token: '', color: '#10529E' },
{ name: 'button-background-primary-hover', token: '', color: '#01336B' },
{ name: 'button-background-primary-press', token: '', color: '#012247' },
{ name: 'button-background-primary-focus', token: '', color: '#10529E' },
{ name: 'button-background-primary-keyfocus', token: '', color: '#10529E' },
Expand Down

0 comments on commit 3b86bf4

Please sign in to comment.