Update button position

This commit is contained in:
Adria Navarro 2025-02-04 16:10:14 +01:00
parent 01ebab1c0c
commit 258c81772b
1 changed files with 3 additions and 0 deletions

View File

@ -77,7 +77,9 @@
<style>
.error-button :global(.spectrum-ActionButton) {
border-radius: 16px;
right: -4px;
}
.error-button .content {
min-width: 50px;
display: flex;
@ -89,6 +91,7 @@
font-weight: 600;
}
.error-button .badge {
color: var(--spectrum-global-color-static-white);
background-color: var(--spectrum-global-color-static-red-700);
height: 14px;
width: 14px;