Update button position
This commit is contained in:
parent
01ebab1c0c
commit
258c81772b
|
@ -77,7 +77,9 @@
|
||||||
<style>
|
<style>
|
||||||
.error-button :global(.spectrum-ActionButton) {
|
.error-button :global(.spectrum-ActionButton) {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
|
right: -4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.error-button .content {
|
.error-button .content {
|
||||||
min-width: 50px;
|
min-width: 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -89,6 +91,7 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
.error-button .badge {
|
.error-button .badge {
|
||||||
|
color: var(--spectrum-global-color-static-white);
|
||||||
background-color: var(--spectrum-global-color-static-red-700);
|
background-color: var(--spectrum-global-color-static-red-700);
|
||||||
height: 14px;
|
height: 14px;
|
||||||
width: 14px;
|
width: 14px;
|
||||||
|
|
Loading…
Reference in New Issue