From d348a220aca000eb03c8a6024b1c1720b26367d3 Mon Sep 17 00:00:00 2001 From: Cioraneanu Mihai Date: Mon, 20 May 2024 23:10:23 +0300 Subject: [PATCH] Theme fine-tuning #1 --- front/assets/styles/theme-dark.css | 2 +- front/assets/styles/theme.css | 8 +++++++- front/components/select/account-select.vue | 2 +- front/components/select/category-select.vue | 2 +- front/components/select/currency-select.vue | 2 +- front/components/select/tag-select.vue | 2 +- front/constants/TablerIconConstants.js | 1 + front/pages/settings/about.vue | 2 +- 8 files changed, 14 insertions(+), 7 deletions(-) diff --git a/front/assets/styles/theme-dark.css b/front/assets/styles/theme-dark.css index 551e6d7..a3feae4 100644 --- a/front/assets/styles/theme-dark.css +++ b/front/assets/styles/theme-dark.css @@ -333,5 +333,5 @@ } .van-theme-dark .svg-add-icon-plus { - fill: #1f212a; + fill: #fff; } diff --git a/front/assets/styles/theme.css b/front/assets/styles/theme.css index 63cb417..2cf75c0 100644 --- a/front/assets/styles/theme.css +++ b/front/assets/styles/theme.css @@ -405,7 +405,8 @@ body { .account-select-section-title { font-size: 14px; - background: #eee; + /*background: #eee;*/ + background: var(--van-background-2-5); padding: 10px; font-weight: 600; } @@ -933,5 +934,10 @@ body { } .svg-add-icon-plus { + /*fill: #1b5e20;*/ fill: #1b5e20; } + +.van-swipe-cell .van-cell:after { + border-bottom: none; +} diff --git a/front/components/select/account-select.vue b/front/components/select/account-select.vue index 7710136..083e115 100644 --- a/front/components/select/account-select.vue +++ b/front/components/select/account-select.vue @@ -20,7 +20,7 @@ diff --git a/front/components/select/category-select.vue b/front/components/select/category-select.vue index 8609613..90fabb9 100644 --- a/front/components/select/category-select.vue +++ b/front/components/select/category-select.vue @@ -13,7 +13,7 @@ > diff --git a/front/components/select/currency-select.vue b/front/components/select/currency-select.vue index d534920..47057c8 100644 --- a/front/components/select/currency-select.vue +++ b/front/components/select/currency-select.vue @@ -12,7 +12,7 @@ > diff --git a/front/components/select/tag-select.vue b/front/components/select/tag-select.vue index be5063f..44b9d64 100644 --- a/front/components/select/tag-select.vue +++ b/front/components/select/tag-select.vue @@ -13,7 +13,7 @@ >