Skip to content

Commit

Permalink
Improve styling for change lang buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
outkine committed Jan 20, 2024
1 parent 5e1089d commit 7ac3197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/garage/components/Bar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Bar = () => {
<For each={LANGS}>
{(lang) => (
<button
class="button me-2"
class="me-3"
id={`select-${lang}`}
onClick={() => actions.selectLang(lang)}
>
Expand Down

0 comments on commit 7ac3197

Please sign in to comment.