fix: font-disabled color (#30569)

pull/30503/head^2
Júlia Jaeger Foresti 2 years ago committed by GitHub
parent db98e52114
commit 8e89b5a3b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      .changeset/tiny-wolves-deliver.md
  2. 2
      ee/packages/ui-theming/src/palette.ts

@ -0,0 +1,5 @@
---
'@rocket.chat/ui-theming': patch
---
fix: light-theme font-disabled color

@ -44,7 +44,7 @@ export const palette = [
description: 'These should be applied according to surfaces',
list: [
{ name: 'font-white', token: 'white', color: '#FFFFFF' },
{ name: 'font-disabled', token: 'N100', color: '#F7F8FA' },
{ name: 'font-disabled', token: 'N500', color: '#CBCED1' },
{ name: 'font-annotation', token: 'N600', color: '#9EA2A8' },
{ name: 'font-hint', token: 'N700', color: '#6C727A' },
{ name: 'font-secondary-info', token: 'N700', color: '#6C727A' },

Loading…
Cancel
Save