Skip to content

Commit 1c6edd1

Browse files
christian-byrnegithub-actions
andauthored
fix stone-100 and stone-200 color variable values swapped (#5923)
## Summary The `stone-100` and `stone-200` were flipped. This PR swaps them to align with [color variables](https://www.figma.com/design/vALUV83vIdBzEsTJAhQgXq/Comfy-Design-System?node-id=0-1&p=f&vars=1&var-id=538-1913&m=dev) <img width="813" height="321" alt="image" src="https://github.com/user-attachments/assets/9b2a19ff-566c-425b-a4fe-9998578b872a" /> ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-5923-fix-stone-100-and-stone-200-color-variable-values-swapped-2826d73d3650815c8c4ae0627aa045d9) by [Unito](https://www.unito.io) --------- Co-authored-by: github-actions <[email protected]>
1 parent 2c555ef commit 1c6edd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.25 KB
Loading

packages/design-system/src/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
--color-neutral-550: #636363;
7070

71-
--color-stone-100: #444444;
72-
--color-stone-200: #828282;
71+
--color-stone-100: #828282;
72+
--color-stone-200: #444444;
7373
--color-stone-300: #bbbbbb;
7474

7575
--color-ivory-100: #fdfbfa;

0 commit comments

Comments
 (0)