Skip to content

Commit

Permalink
✨ feat: ボーダーなどのスタイルを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
takashi0602 committed Dec 6, 2023
1 parent c5a1596 commit 4be262a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/base/Badge/styles.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@ const styles = recipe({
mobile: 14,
desktop: 16,
},
lineHeight: 1,
paddingX: 1,
paddingY: 0.5,
}),
{
borderWidth: '1px',
borderStyle: 'solid',
borderColor: vars.colors.white,
borderRadius: '16px',
},
]),
Expand Down

0 comments on commit 4be262a

Please sign in to comment.