Skip to content

Commit

Permalink
design: Reduce vertical padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyphyn committed Jul 22, 2023
1 parent a2a2854 commit 9644716
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.git
node_modules
.eslint*
.prettier*
.git*
.vscode
README.md
Dockerile*
docker-compose.yml
public
.svelte-kit
build
2 changes: 1 addition & 1 deletion src/lib/components/input/MultiSelect.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
>
{#each options as option, index}
<button
class="px-3 py-2 text-sm rounded-md
class="px-3 py-1.5 text-sm rounded-md
transition-colors
{selected == option
? 'bg-black text-white dark:bg-white dark:text-black\
Expand Down

0 comments on commit 9644716

Please sign in to comment.