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

Commit

Permalink
Merge pull request #120 from Shopify/surfacePrimary-adjustments
Browse files Browse the repository at this point in the history
Updating hover colours
  • Loading branch information
danrosenthal authored Mar 11, 2020
2 parents fbdea36 + e7aa053 commit c19e124
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit c19e124

Please sign in to comment.