We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Button
Banner
1 parent cdceb61 commit 12119c3Copy full SHA for 12119c3
packages/core/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@viamrobotics/prime-core",
3
- "version": "0.0.159",
+ "version": "0.0.160",
4
"repository": {
5
"type": "git",
6
"url": "https://github.com/viamrobotics/prime.git",
packages/core/src/lib/banner/banner.svelte
@@ -135,7 +135,7 @@ $: {
135
{#if exitable}
136
<Button
137
variant="ghost"
138
- cx="absolute right-1 top-2 text-gray-7"
+ cx="absolute right-1 top-1 pl-1.5 pr-1.5 text-gray-7"
139
aria-label="Dismiss notification"
140
on:click={handleClose}
141
>
0 commit comments