Skip to content

Commit

Permalink
fix: indicator style for the 1st state (#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
ildar170975 authored May 15, 2024
1 parent 49ca1cd commit c0ad333
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0ad333

Please sign in to comment.