feat: (RQRCode) Modify the color of the QR code copy to make it clearer

This commit is contained in:
中了5毛钱 2023-11-29 15:25:37 +08:00
parent 429e51fc30
commit 13a15bc410

View File

@ -22,5 +22,24 @@
font-weight: 500; font-weight: 500;
color: #ffffff; 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);
}
}
}
} }
} }