From 3694afd41e5f993394288f7885bf80e2c6113f04 Mon Sep 17 00:00:00 2001 From: George Marshall Date: Tue, 9 Aug 2022 13:03:25 -0700 Subject: [PATCH] Fixing design system icon alternative color const (#15513) --- ui/helpers/constants/design-system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/helpers/constants/design-system.js b/ui/helpers/constants/design-system.js index 7bfa2817c..7e0487c40 100644 --- a/ui/helpers/constants/design-system.js +++ b/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',