From 0a677bf743a276b09fed82746b359e83e0cdb369 Mon Sep 17 00:00:00 2001 From: roberts Date: Fri, 19 May 2023 08:34:03 +0200 Subject: [PATCH] reworked color theme for the project --- src/components/ExerciseList.vue | 4 ++-- src/components/NavigationModel.vue | 10 ++++------ src/stores/{storeWeight.js => storeInput.js} | 0 src/views/muscles/Back.vue | 2 +- src/views/muscles/Biceps.vue | 2 +- src/views/muscles/Chest.vue | 2 +- src/views/muscles/Legs.vue | 2 +- src/views/muscles/Shoulder.vue | 2 +- src/views/muscles/Triceps.vue | 2 +- src/views/weight/WeightsInput.vue | 18 +++++++++--------- tailwind.config.js | 10 ++++++---- 11 files changed, 27 insertions(+), 27 deletions(-) rename src/stores/{storeWeight.js => storeInput.js} (100%) diff --git a/src/components/ExerciseList.vue b/src/components/ExerciseList.vue index 49dd0d7..b548c94 100644 --- a/src/components/ExerciseList.vue +++ b/src/components/ExerciseList.vue @@ -1,9 +1,9 @@