Skip to content

Commit

Permalink
Merge pull request #49 from significa/feat/new-icons
Browse files Browse the repository at this point in the history
new icons and small badge update
  • Loading branch information
pdrbrnd authored May 17, 2023
2 parents defc443 + 072fe0c commit 47e8f78
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/badge.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<span
class={twMerge(
'rounded-md bg-foreground-tertiary/50 px-1 py-0.5 text-xs tabular-nums',
'rounded-md bg-foreground-tertiary/50 px-1.5 py-0.5 text-xs tabular-nums',
className
)}><slot /></span
>
4 changes: 3 additions & 1 deletion src/lib/components/icon.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
| 'close'
| 'comparison'
| 'configuration'
| 'copy'
| 'document'
| 'egg'
| 'expand'
Expand All @@ -40,7 +41,8 @@
| 'pdf'
| 'play'
| 'sun'
| 'theme';
| 'theme'
| 'trash';
</script>

<script lang="ts">
Expand Down
1 change: 1 addition & 0 deletions src/lib/components/icons/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/lib/components/icons/trash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 47e8f78

Please sign in to comment.