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>
|
<style lang="scss" scoped>
|
||||||
.result {
|
.result {
|
||||||
|
color: var(--text);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
|
|
Loading…
Reference in New Issue