Fixing design system icon alternative color const (#15513)

feature/default_network_editable
George Marshall 2 years ago committed by GitHub
parent a86630de3d
commit 3694afd41e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/helpers/constants/design-system.js

@ -11,7 +11,7 @@ export const COLORS = {
TEXT_ALTERNATIVE: 'text-alternative',
TEXT_MUTED: 'text-muted',
ICON_DEFAULT: 'icon-default',
ICON_ALTERNATIVE: 'text-alternative',
ICON_ALTERNATIVE: 'icon-alternative',
ICON_MUTED: 'icon-muted',
BORDER_DEFAULT: 'border-default',
BORDER_MUTED: 'border-muted',

Loading…
Cancel
Save