data-theme to data-bs-theme

This commit is contained in:
Tako 2023-06-05 10:25:23 +00:00
parent f6c0e3d0b6
commit ef70eaded8

View File

@ -157,14 +157,14 @@ onMounted(async () => {
}
}
[data-theme='light'] .add-pairlist {
[data-bs-theme='light'] .add-pairlist {
color: black;
}
.empty {
border: 3px dashed rgba(255, 255, 255, 0.65);
[data-theme='light'] & {
[data-bs-theme='light'] & {
border: 3px dashed rgba(0, 0, 0, 0.5);
}