diff --git a/src/components/RQRCode/src/index.scss b/src/components/RQRCode/src/index.scss index e447cce8..70d71545 100644 --- a/src/components/RQRCode/src/index.scss +++ b/src/components/RQRCode/src/index.scss @@ -22,5 +22,24 @@ font-weight: 500; color: #ffffff; } + + & .ray-qrcode__error-btn { + .ray-icon, + .n-button__content { + color: #fff; + } + .n-button:hover { + .ray-icon, + .n-button__content { + color: var(--n-text-color-hover); + } + } + .n-button:active { + .ray-icon, + .n-button__content { + color: var(--n-text-color-pressed); + } + } + } } }