Skip to content

Commit 7e5ff26

Browse files
committed
fix: background
1 parent a28bbc3 commit 7e5ff26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/ui/components/sponsor/Tag.stories.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
title: 'sponsor/Tag',
66
component: Tag,
77
args: {
8-
background: '#93AF5E',
8+
background: 'hiwamoegi/200',
99
label: 'プラチナ',
1010
},
1111
argTypes: {
@@ -37,18 +37,18 @@ export const Platinum = Template.bind({})
3737

3838
export const Gold = Template.bind({})
3939
Gold.args = {
40-
background: '#E5AF00',
40+
background: 'tohoh/200',
4141
label: 'ゴールド',
4242
}
4343

4444
export const Silver = Template.bind({})
4545
Silver.args = {
46-
background: '#1A8191',
46+
background: 'asagi/200',
4747
label: 'シルバー',
4848
}
4949

5050
export const Bronze = Template.bind({})
5151
Bronze.args = {
52-
background: '#CC4F39',
52+
background: 'sangosyo/200',
5353
label: 'ブロンズ',
5454
}

0 commit comments

Comments
 (0)