From ed70f3af83ec47b8a545372d26c99795a2740126 Mon Sep 17 00:00:00 2001 From: advplyr Date: Mon, 29 Jul 2024 17:34:05 -0500 Subject: [PATCH] Fix:Material symbols icon to use check instead of checkmark --- client/components/ui/InputDropdown.vue | 2 +- client/components/ui/MultiSelect.vue | 2 +- client/components/ui/MultiSelectDropdown.vue | 4 ++-- client/components/ui/MultiSelectQueryInput.vue | 4 ++-- client/components/ui/QueryInput.vue | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/client/components/ui/InputDropdown.vue b/client/components/ui/InputDropdown.vue index fec3cce8..1567fd5b 100644 --- a/client/components/ui/InputDropdown.vue +++ b/client/components/ui/InputDropdown.vue @@ -15,7 +15,7 @@ {{ item }} - checkmark + check diff --git a/client/components/ui/MultiSelect.vue b/client/components/ui/MultiSelect.vue index c46f6957..7632827f 100644 --- a/client/components/ui/MultiSelect.vue +++ b/client/components/ui/MultiSelect.vue @@ -22,7 +22,7 @@ {{ item }} - checkmark + check diff --git a/client/components/ui/MultiSelectDropdown.vue b/client/components/ui/MultiSelectDropdown.vue index 8c579589..6c12e929 100644 --- a/client/components/ui/MultiSelectDropdown.vue +++ b/client/components/ui/MultiSelectDropdown.vue @@ -18,7 +18,7 @@

{{ item.text }}

- checkmark + check
@@ -139,4 +139,4 @@ export default { if (this.menu) this.menu.remove() } } - \ No newline at end of file + diff --git a/client/components/ui/MultiSelectQueryInput.vue b/client/components/ui/MultiSelectQueryInput.vue index b60d2a07..152638db 100644 --- a/client/components/ui/MultiSelectQueryInput.vue +++ b/client/components/ui/MultiSelectQueryInput.vue @@ -25,7 +25,7 @@ {{ item.name }} - checkmark + check @@ -370,4 +370,4 @@ input:read-only { color: #aaa; background-color: #444; } - \ No newline at end of file + diff --git a/client/components/ui/QueryInput.vue b/client/components/ui/QueryInput.vue index 6e61629e..6c054722 100644 --- a/client/components/ui/QueryInput.vue +++ b/client/components/ui/QueryInput.vue @@ -15,7 +15,7 @@ {{ item.name }} - checkmark + check