Skip to content
Snippets Groups Projects
Unverified Commit cb4048a9 authored by Júlia Jaeger Foresti's avatar Júlia Jaeger Foresti Committed by GitHub
Browse files

chore: update button-secondary colors (#29708)

parent 0856e851
No related branches found
No related tags found
No related merge requests found
......@@ -131,23 +131,23 @@ export const palette = [
{
description: 'Secondary Background',
list: [
{ name: 'button-background-secondary-default', token: 'N800', color: '#2F343D' },
{ name: 'button-background-secondary-hover', token: '', color: '#3A404B' },
{ name: 'button-background-secondary-press', token: '', color: '#454C59' },
{ name: 'button-background-secondary-focus', token: 'N800', color: '#2F343D' },
{ name: 'button-background-secondary-keyfocus', token: 'N800', color: '#2F343D' },
{ name: 'button-background-secondary-disabled', token: '', color: '#2F343D' },
{ name: 'button-background-secondary-default', token: 'N800', color: '#353B45' },
{ name: 'button-background-secondary-hover', token: '', color: '#404754' },
{ name: 'button-background-secondary-press', token: '', color: '#4C5362' },
{ name: 'button-background-secondary-focus', token: 'N800', color: '#353B45' },
{ name: 'button-background-secondary-keyfocus', token: 'N800', color: '#353B45' },
{ name: 'button-background-secondary-disabled', token: '', color: '#353B45' },
],
},
{
description: 'Secondary Danger Background',
list: [
{ name: 'button-background-secondary-danger-default', token: 'N800', color: '#2F343D' },
{ name: 'button-background-secondary-danger-hover', token: '', color: '#3A404B' },
{ name: 'button-background-secondary-danger-press', token: '', color: '#454C59' },
{ name: 'button-background-secondary-danger-focus', token: 'N800', color: '#2F343D' },
{ name: 'button-background-secondary-danger-keyfocus', token: 'N800', color: '#2F343D' },
{ name: 'button-background-secondary-danger-disabled', token: '', color: '#2F343D' },
{ name: 'button-background-secondary-danger-default', token: 'N800', color: '#353B45' },
{ name: 'button-background-secondary-danger-hover', token: '', color: '#404754' },
{ name: 'button-background-secondary-danger-press', token: '', color: '#4C5362' },
{ name: 'button-background-secondary-danger-focus', token: 'N800', color: '#353B45' },
{ name: 'button-background-secondary-danger-keyfocus', token: 'N800', color: '#353B45' },
{ name: 'button-background-secondary-danger-disabled', token: '', color: '#353B45' },
],
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment