Skip to content

Commit

Permalink
Merge pull request #179 from lunit-io/token-hot-fix
Browse files Browse the repository at this point in the history
Hot-fix : fix btn_secondary_bg light2 token
Jiyeon-lunit authored Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 50d1a0e + 016bfc2 commit 4e0e77e
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ export const tokenComponentColor: TokenComponentColorValue = {
},
btn_secondary_bg: {
light1: "--grey_10",
light2: "--grey_00",
light2: "--grey_0",
dark1: "--grey_60",
dark2: "--grey_60",
},
@@ -163,8 +163,8 @@ export const tokenComponentColor: TokenComponentColorValue = {
datatable_zebra: {
light1: "rgba(0, 0, 0, 0.03)", // "--grey_100 3%",
light2: "rgba(0, 0, 0, 0.03)", // "--grey_100 3%",
dark1: "rgba(255, 255, 255, 0.03)", // "--grey_00 3%",
dark2: "rgba(255, 255, 255, 0.03)", // "--grey_00 3%",
dark1: "rgba(255, 255, 255, 0.03)", // "--grey_0 3%",
dark2: "rgba(255, 255, 255, 0.03)", // "--grey_0 3%",
},
},
scrollbars: {

0 comments on commit 4e0e77e

Please sign in to comment.