diff --git a/client/styles/abstracts/_variables.scss b/client/styles/abstracts/_variables.scss index 103016da..ada53ea9 100644 --- a/client/styles/abstracts/_variables.scss +++ b/client/styles/abstracts/_variables.scss @@ -36,7 +36,7 @@ $themes: ( modal-background-color: #f4f4f4, modal-button-background-color: #e6e6e6, modal-border-color: rgba(17, 17, 17, 0.3), - modal-boder-selected-color: #B9D0E1, + modal-border-selected-color: #B9D0E1, icon-color: $icon-color, icon-hover-color: $icon-hover-color, icon-toast-hover-color: $white, diff --git a/client/styles/components/_copyable-input.scss b/client/styles/components/_copyable-input.scss index 2bd5c476..eb96f38f 100644 --- a/client/styles/components/_copyable-input.scss +++ b/client/styles/components/_copyable-input.scss @@ -51,7 +51,7 @@ } .tooltipped-n::before, -.tooltipped::before, +.tooltipped::before { @include themify() { color: getThemifyVariable('button-background-hover-color');