mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-21 01:02:18 +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;
|
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);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user