Skip to content

Commit 12119c3

Browse files
authored
fix padding on ghost Button within Banner (#589)
1 parent cdceb61 commit 12119c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viamrobotics/prime-core",
3-
"version": "0.0.159",
3+
"version": "0.0.160",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/viamrobotics/prime.git",

packages/core/src/lib/banner/banner.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ $: {
135135
{#if exitable}
136136
<Button
137137
variant="ghost"
138-
cx="absolute right-1 top-2 text-gray-7"
138+
cx="absolute right-1 top-1 pl-1.5 pr-1.5 text-gray-7"
139139
aria-label="Dismiss notification"
140140
on:click={handleClose}
141141
>

0 commit comments

Comments
 (0)