From 7359b9b5007e5f2ee9ae0cb9ee0b22f1994ee333 Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Tue, 12 Nov 2024 15:24:57 +0530 Subject: [PATCH] Improved: icons and styling over the scrolling button (#494-scroll) --- src/views/CountDetail.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/CountDetail.vue b/src/views/CountDetail.vue index bc65cf80..1bd026e2 100644 --- a/src/views/CountDetail.vue +++ b/src/views/CountDetail.vue @@ -87,12 +87,12 @@ {{ `${currentItemIndex + 1}/${itemsList.length}` }} - - + + - - + + @@ -238,7 +238,7 @@ import { onIonViewDidLeave, alertController } from '@ionic/vue'; -import { chevronDownCircleOutline, chevronUpCircleOutline, closeOutline } from "ionicons/icons"; +import { chevronDownOutline, chevronUpOutline, closeOutline } from "ionicons/icons"; import { translate } from '@/i18n' import { computed, defineProps, ref } from 'vue'; import { useStore } from "@/store";