Fixed dark theme text color in alert search.
This commit is contained in:
parent
102e053021
commit
d0d045a2ab
|
@ -123,6 +123,7 @@ export default {
|
|||
|
||||
<style lang="scss" scoped>
|
||||
.result {
|
||||
color: var(--text);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: .5rem;
|
||||
|
|
Loading…
Reference in New Issue