Skip to content

Commit

Permalink
fix padding on ghost Button within Banner (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed authored Oct 9, 2024
1 parent cdceb61 commit 12119c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.159",
"version": "0.0.160",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/lib/banner/banner.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $: {
{#if exitable}
<Button
variant="ghost"
cx="absolute right-1 top-2 text-gray-7"
cx="absolute right-1 top-1 pl-1.5 pr-1.5 text-gray-7"
aria-label="Dismiss notification"
on:click={handleClose}
>
Expand Down

0 comments on commit 12119c3

Please sign in to comment.