fix: indicator style for the 1st state (#1105)

This commit is contained in:
ildar170975
2024-05-16 01:16:23 +03:00
committed by GitHub
parent 49ca1cd862
commit c0ad333ee9

View File

@@ -168,6 +168,10 @@ const style = css`
max-width: 100%;
min-width: 0;
}
.state > svg {
align-self: center;
border-radius: 100%;
}
.state--small {
font-size: .6em;
margin-bottom: .6rem;