fix(ui): text border color for the logseq classic color

This commit is contained in:
charlie
2024-02-06 17:32:07 +08:00
committed by Andelf
parent d0005bb6e4
commit 2e33352ded
2 changed files with 5 additions and 3 deletions

View File

@@ -204,6 +204,10 @@ html[data-theme=dark] {
@apply opacity-60 hover:opacity-90;
}
}
.form-input {
@apply border-accent-01;
}
}
}