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

Update background color #139

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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 @@ -7,8 +7,8 @@ export const config: Config = {
name: 'background',
description:
'For use as a background color, in components such as Page and Frame backgrounds.',
light: {lightness: 98.3},
dark: {lightness: 3.3},
light: {lightness: 96.5},
dark: {lightness: 3.5},
meta: {
figmaName: 'Background/Default',
},
Expand Down
2 changes: 1 addition & 1 deletion tokens/themes/base.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
props:
- name: surface
value: '#111213'
value: '#f4f5f6'
- name: onSurface
value: '#111213'
- name: interactive
Expand Down