diff --git a/src/button/Button.module.css b/src/button/Button.module.css index 646915f..ebfebc6 100644 --- a/src/button/Button.module.css +++ b/src/button/Button.module.css @@ -53,11 +53,11 @@ limitations under the License. } .iconButton:not(.stroke) svg * { - fill: #8e99a4; + fill: #ffffff; } .iconButton:not(.stroke):hover svg * { - fill: #8d97a5; + fill: #0dbd8b; } .iconButton.on:not(.stroke) svg * {