We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a28bbc3 commit 7e5ff26Copy full SHA for 7e5ff26
packages/ui/components/sponsor/Tag.stories.ts
@@ -5,7 +5,7 @@ export default {
5
title: 'sponsor/Tag',
6
component: Tag,
7
args: {
8
- background: '#93AF5E',
+ background: 'hiwamoegi/200',
9
label: 'プラチナ',
10
},
11
argTypes: {
@@ -37,18 +37,18 @@ export const Platinum = Template.bind({})
37
38
export const Gold = Template.bind({})
39
Gold.args = {
40
- background: '#E5AF00',
+ background: 'tohoh/200',
41
label: 'ゴールド',
42
}
43
44
export const Silver = Template.bind({})
45
Silver.args = {
46
- background: '#1A8191',
+ background: 'asagi/200',
47
label: 'シルバー',
48
49
50
export const Bronze = Template.bind({})
51
Bronze.args = {
52
- background: '#CC4F39',
+ background: 'sangosyo/200',
53
label: 'ブロンズ',
54
0 commit comments