diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-03-25 17:45:55 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-03-25 18:11:46 +1100 |
| commit | 79668e596f6da90530dc695b721a32cd8afcf8cf (patch) | |
| tree | c36e6d0cd0e2fdee0243304c7cb3b24c6eff8dfb /src/components/Settings.vue | |
| parent | a1e1b30df73b8138e77961f00c40797478e68763 (diff) | |
Add search icon and basic modal
Diffstat (limited to 'src/components/Settings.vue')
| -rw-r--r-- | src/components/Settings.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Settings.vue b/src/components/Settings.vue index 0c7f360..433be16 100644 --- a/src/components/Settings.vue +++ b/src/components/Settings.vue @@ -118,7 +118,7 @@ export default defineComponent({ <!-- outer div prevents transition interference with inner rotate --> <div class="absolute bottom-[-50px] right-[-50px] w-[100px] h-[100px] visible -rotate-45 bg-black text-white hover:cursor-pointer" @click="openClicked"> - <svg class="w-[24px] h-[24px] mx-auto mt-[9px]" + <svg class="w-6 h-6 mx-auto mt-2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="3"/> |
