From d29c5b4dad4a03142fa0b337fc339f504ac96640 Mon Sep 17 00:00:00 2001 From: artem Date: Mon, 4 Nov 2024 13:39:57 +0300 Subject: [PATCH] add button - zoom out --- src/components/icons/VaZoomOut.vue | 33 ++++++++++++++++++++++++++++++ src/pages/workouts/WorkoutItem.vue | 20 ++++++++++++++++-- 2 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 src/components/icons/VaZoomOut.vue diff --git a/src/components/icons/VaZoomOut.vue b/src/components/icons/VaZoomOut.vue new file mode 100644 index 0000000..125dde9 --- /dev/null +++ b/src/components/icons/VaZoomOut.vue @@ -0,0 +1,33 @@ + + + + + \ No newline at end of file diff --git a/src/pages/workouts/WorkoutItem.vue b/src/pages/workouts/WorkoutItem.vue index 2330a56..85dcaec 100644 --- a/src/pages/workouts/WorkoutItem.vue +++ b/src/pages/workouts/WorkoutItem.vue @@ -26,16 +26,20 @@ }" /> + - +