From e7aa05392841b0e3a5ce89f15fc43466a7103968 Mon Sep 17 00:00:00 2001 From: Jesse Bennett-Chamberlain Date: Wed, 11 Mar 2020 14:44:40 -0400 Subject: [PATCH] Updating hover colours Updating `surfaceHovered` and `surfaceSelected` to have a lightness of 97. --- src/configs/base.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/configs/base.ts b/src/configs/base.ts index 71cab12b..1ef6bd01 100644 --- a/src/configs/base.ts +++ b/src/configs/base.ts @@ -47,7 +47,7 @@ export const config: Config = { name: 'surfaceHovered', description: 'For use as a surface color on interactive elements such as resource list items and action list items when in a hovered state.', - light: {lightness: 95}, + light: {lightness: 97}, dark: {lightness: 20}, meta: { figmaName: 'Surface/Hovered', @@ -485,7 +485,7 @@ export const config: Config = { name: 'surfacePrimarySelected', description: 'Used as a surface color to indicate selected interactive states in navigation and tabs.', - light: {lightness: 95, saturation: 20}, + light: {lightness: 97, saturation: 20}, dark: {lightness: 5, saturation: 30}, meta: { figmaName: 'Surface Primary/Selected',