Skip to content

Commit d9df71c

Browse files
authored
Update Alpha Color Tokens (#2635)
<!-- How to write a good PR title: - Follow [the Conventional Commits specification](https://www.conventionalcommits.org/en/v1.0.0/). - Give as much context as necessary and as little as possible - Prefix it with [WIP] while it’s a work in progress --> ## Self Checklist - [x] I wrote a PR title in **English** and added an appropriate **label** to the PR. - [x] I wrote the commit message in **English** and to follow [**the Conventional Commits specification**](https://www.conventionalcommits.org/en/v1.0.0/). - [x] I [added the **changeset**](https://github.com/changesets/changesets/blob/main/docs/adding-a-changeset.md) about the changes that needed to be released. (or didn't have to) - [x] I wrote or updated **documentation** related to the changes. (or didn't have to) - [x] I wrote or updated **tests** related to the changes. (or didn't have to) - [x] I tested the changes in various browsers. (or didn't have to) - Windows: Chrome, Edge, (Optional) Firefox - macOS: Chrome, Edge, Safari, (Optional) Firefox ## Related Issue <!-- Please link to issue if one exists --> <!-- Fixes #0000 --> ## Summary <!-- Please brief explanation of the changes made --> 변경된 요구사항에 맞게 알파 컬러 토큰을 업데이트합니다 ## Details <!-- Please elaborate description of the changes --> 생략 ### Breaking change? (Yes/No) <!-- If Yes, please describe the impact and migration path for users --> NO ## References <!-- Please list any other resources or points the reviewer should be aware of -->
1 parent 6ea64bc commit d9df71c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

.changeset/wet-swans-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@channel.io/bezier-tokens': patch
3+
---
4+
5+
Updated surface colors in dark theme and Added grey-950(#1a1a1c) color to the global color palette.

packages/bezier-tokens/src/alpha/functional/dark-theme/color.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -820,15 +820,15 @@
820820
},
821821
"surface": {
822822
"lowest": {
823-
"value": "{color.grey.800}",
823+
"value": "{color.grey.850}",
824824
"type": "color"
825825
},
826826
"lower": {
827-
"value": "{color.grey.850}",
827+
"value": "{color.grey.900}",
828828
"type": "color"
829829
},
830830
"normal": {
831-
"value": "{color.grey.900}",
831+
"value": "{color.grey.950}",
832832
"type": "color"
833833
}
834834
},

packages/bezier-tokens/src/alpha/global/color.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,10 @@
786786
"900-0": {
787787
"value": "#24242800",
788788
"type": "color"
789+
},
790+
"950": {
791+
"value": "#1a1a1c",
792+
"type": "color"
789793
}
790794
},
791795
"grey-alpha": {

0 commit comments

Comments
 (0)