mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-20 16:58:09 +08:00
feat: (RQRCode) Modify the color of the QR code copy to make it clearer
This commit is contained in:
parent
429e51fc30
commit
13a15bc410
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user