Skip to content

Commit

Permalink
Fix center state for arrow in collapse (#509)
Browse files Browse the repository at this point in the history
Co-authored-by: Stefan Popov <[email protected]>
  • Loading branch information
stefashkaa and stefashkaa authored Mar 10, 2023
1 parent a4ca6cb commit 800ef80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@soramitsu/soramitsu-js-ui",
"version": "1.0.43",
"version": "1.0.44",
"private": false,
"publishConfig": {
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu/"
Expand Down
3 changes: 3 additions & 0 deletions src/styles/collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
&::before {
position: absolute;
transition: transform 0.25s ease-in-out;
display: flex;
justify-content: center;
align-items: center;
}
@extend .s-icon-chevron-down-rounded-16;
font-size: var(--s-icon-font-size-mini);
Expand Down

0 comments on commit 800ef80

Please sign in to comment.