From e6f17b3c936cd7be9952d62d09d8df0956bd3d28 Mon Sep 17 00:00:00 2001 From: Yash Maheshwari Date: Fri, 19 Jan 2024 22:20:46 +0530 Subject: [PATCH] Improved: styling for overline and imported apps-theme package(#32) --- src/main.ts | 1 + src/theme/variables.css | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/src/main.ts b/src/main.ts index aa19bf8..8b6dc1b 100644 --- a/src/main.ts +++ b/src/main.ts @@ -23,6 +23,7 @@ import "@ionic/vue/css/display.css"; /* Theme variables */ import "./theme/variables.css"; +import "@hotwax/apps-theme"; import i18n from "./i18n" import store from "./store" diff --git a/src/theme/variables.css b/src/theme/variables.css index b41b219..b149d27 100644 --- a/src/theme/variables.css +++ b/src/theme/variables.css @@ -243,15 +243,6 @@ http://ionicframework.com/docs/theming/ */ --ion-card-background: #1e1e1e; } - - .overline { - font-weight: 500 !important; - font-size: 10px !important; - line-height: 16px !important; - letter-spacing: 1.5px; - color: #666; - text-transform: uppercase !important; - } } .empty-state {