Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "0.8.1",
"version": "0.8.2",
"private": false,
"publishConfig": {
"registry": "https://nexus.iroha.tech/repository/npm-soramitsu-private/"
Expand Down
Binary file modified src/assets/fonts/soramitsu-icons-1.0.0.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/styles/form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
}
.s-icon-status-error {
position: absolute;
bottom: 6px;
bottom: 4px;
left: 4px;
font-size: var(--s-icon-font-size-mini);
color: var(--s-color-status-error);
Expand Down