Fixed dark theme text color in alert search.

This commit is contained in:
DebaucheryLibrarian 2021-05-15 22:55:50 +02:00
parent 102e053021
commit d0d045a2ab
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ export default {
<style lang="scss" scoped>
.result {
color: var(--text);
display: flex;
align-items: center;
padding: .5rem;