Skip to content

Commit

Permalink
feat: align tags center
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanghou committed Mar 6, 2024
1 parent 3f5079a commit b7247de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web/src/components/molecules/AdminAgendaTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export const AdminAgendaTagsSelect: React.FC = () => (
bg="white"
w={75}
h={28}
align="center"
justify="space-between"
borderSize={1}
padHorizontal={12}
Expand All @@ -85,6 +86,7 @@ export const AdminAgendaTagsSelect: React.FC = () => (
bg="white"
w={75}
h={28}
align="center"
justify="space-between"
borderSize={1}
padHorizontal={12}
Expand Down

0 comments on commit b7247de

Please sign in to comment.