Skip to content

Commit

Permalink
fix: background
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuujin committed Sep 9, 2024
1 parent a28bbc3 commit 7e5ff26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/ui/components/sponsor/Tag.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
title: 'sponsor/Tag',
component: Tag,
args: {
background: '#93AF5E',
background: 'hiwamoegi/200',
label: 'プラチナ',
},
argTypes: {
Expand Down Expand Up @@ -37,18 +37,18 @@ export const Platinum = Template.bind({})

export const Gold = Template.bind({})
Gold.args = {
background: '#E5AF00',
background: 'tohoh/200',
label: 'ゴールド',
}

export const Silver = Template.bind({})
Silver.args = {
background: '#1A8191',
background: 'asagi/200',
label: 'シルバー',
}

export const Bronze = Template.bind({})
Bronze.args = {
background: '#CC4F39',
background: 'sangosyo/200',
label: 'ブロンズ',
}

0 comments on commit 7e5ff26

Please sign in to comment.