Skip to content

Commit

Permalink
fix: 背景色として使う可能性のない色を bgColor から消す
Browse files Browse the repository at this point in the history
  • Loading branch information
uknmr committed May 31, 2024
1 parent 6d606c4 commit 0369c5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ const baseColumn = tv({
GREY_7: '[&&&]:shr-bg-[theme(colors.grey.7)]',
GREY_9: '[&&&]:shr-bg-[theme(colors.grey.9)]',
GREY_20: '[&&&]:shr-bg-[theme(colors.grey.20)]',
GREY_30: '[&&&]:shr-bg-[theme(colors.grey.30)]',
GREY_65: '[&&&]:shr-bg-[theme(colors.grey.65)]',
GREY_100: '[&&&]:shr-bg-[theme(colors.grey.100)]',
},
},
defaultVariants: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ const dialogBody = tv({
GREY_7: 'shr-bg-[theme(colors.grey.7)]',
GREY_9: 'shr-bg-[theme(colors.grey.9)]',
GREY_20: 'shr-bg-[theme(colors.grey.20)]',
GREY_30: 'shr-bg-[theme(colors.grey.30)]',
GREY_65: 'shr-bg-[theme(colors.grey.65)]',
GREY_100: 'shr-bg-[theme(colors.grey.100)]',
},
},
})
Expand Down
3 changes: 0 additions & 3 deletions packages/smarthr-ui/src/components/Dialog/ModelessDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,6 @@ const dialogBody = tv({
GREY_7: 'shr-bg-[theme(colors.grey.7)]',
GREY_9: 'shr-bg-[theme(colors.grey.9)]',
GREY_20: 'shr-bg-[theme(colors.grey.20)]',
GREY_30: 'shr-bg-[theme(colors.grey.30)]',
GREY_65: 'shr-bg-[theme(colors.grey.65)]',
GREY_100: 'shr-bg-[theme(colors.grey.100)]',
},
},
})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ const dialogBody = tv({
GREY_7: 'shr-bg-[theme(colors.grey.7)]',
GREY_9: 'shr-bg-[theme(colors.grey.9)]',
GREY_20: 'shr-bg-[theme(colors.grey.20)]',
GREY_30: 'shr-bg-[theme(colors.grey.30)]',
GREY_65: 'shr-bg-[theme(colors.grey.65)]',
GREY_100: 'shr-bg-[theme(colors.grey.100)]',
},
},
})
Expand Down

0 comments on commit 0369c5f

Please sign in to comment.