Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Updating hover colours #120

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/configs/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down