diff --git a/package.json b/package.json index fdd63787..8b743aad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@soramitsu/soramitsu-js-ui", - "version": "1.0.9", + "version": "1.0.10", "private": false, "publishConfig": { "registry": "https://nexus.iroha.tech/repository/npm-soramitsu/" diff --git a/src/styles/icons.scss b/src/styles/icons.scss index 39ae83d2..b6e3fd31 100644 --- a/src/styles/icons.scss +++ b/src/styles/icons.scss @@ -749,13 +749,13 @@ $s-icon-various-toy-horse-24: "\eae9"; .s-icon-clear-X-16 { &:before { content: $s-icon-clear-X-16; - color: #a3a4a8; + color: var(--s-color-base-content-quaternary); } } .s-icon-clear-X-xs-16 { &:before { content: $s-icon-clear-X-xs-16; - color: #a3a4a8; + color: var(--s-color-base-content-quaternary); } } .s-icon-copy-16 {