Skip to content

Commit

Permalink
chore: a11y color report changes (#30333)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliajforesti authored Sep 12, 2023
1 parent f0c8867 commit 3656fd4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ee/packages/ui-theming/src/paletteDark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,12 @@ export const palette = [
category: 'Button',
description: 'Primary Background',
list: [
{ name: 'button-background-primary-default', token: '', color: '#3976D1' },
{ name: 'button-background-primary-hover', token: '', color: '#295EAE' },
{ name: 'button-background-primary-press', token: '', color: '#245399' },
{ name: 'button-background-primary-focus', token: '', color: '#3976D1' },
{ name: 'button-background-primary-keyfocus', token: '', color: '#3976D1' },
{ name: 'button-background-primary-disabled', token: '', color: '#1D3963' },
{ name: 'button-background-primary-default', token: '', color: '#095AD2' },
{ name: 'button-background-primary-hover', token: '', color: '#10529E' },
{ name: 'button-background-primary-press', token: '', color: '#01336B' },
{ name: 'button-background-primary-focus', token: '', color: '#095AD2' },
{ name: 'button-background-primary-keyfocus', token: '', color: '#095AD2' },
{ name: 'button-background-primary-disabled', token: '', color: '#012247' },
],
},
{
Expand Down Expand Up @@ -177,15 +177,15 @@ export const palette = [
list: [
{ name: 'button-font-on-primary', token: 'white', color: '#FFFFFF' },
{ name: 'button-font-on-secondary', token: 'N400', color: '#E4E7EA' },
{ name: 'button-font-on-secondary-danger', token: '', color: '#C14454' },
{ name: 'button-font-on-secondary-danger', token: '', color: '#FFC1C9' },
{ name: 'button-font-on-danger', token: 'white', color: '#FFFFFF' },
{ name: 'button-font-on-success', token: 'white', color: '#FFFFFF' },
{ name: 'button-font-on-primary-disabled', token: 'N700', color: '#6C727A' },
{ name: 'button-font-on-secondary-disabled', token: 'N700', color: '#6C727A' },
{
name: 'button-font-on-secondary-danger-disabled',
token: '',
color: '#613339',
color: '#6B0513',
},
{ name: 'button-font-on-danger-disabled', token: '', color: '#757575' },
{ name: 'button-font-on-success-disabled', token: '', color: '#757575' },
Expand Down

0 comments on commit 3656fd4

Please sign in to comment.