From 3675833254feeaeaad172c5ade003d2cb6277a64 Mon Sep 17 00:00:00 2001
From: Somrat <58769763+tfsomrat@users.noreply.github.com>
Date: Wed, 20 Mar 2024 11:48:19 +0600
Subject: [PATCH] update type-scale calculation for font-size
---
package.json | 2 +-
src/layouts/components/ThemeSwitcher.astro | 24 ++++++++++++++++------
src/styles/base.scss | 12 +++++++----
tailwind.config.js | 9 ++++----
4 files changed, 32 insertions(+), 15 deletions(-)
diff --git a/package.json b/package.json
index fa0d197..7c1639c 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "astroplate",
- "version": "3.3.4",
+ "version": "3.4.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
diff --git a/src/layouts/components/ThemeSwitcher.astro b/src/layouts/components/ThemeSwitcher.astro
index 4850bff..2f10b2c 100755
--- a/src/layouts/components/ThemeSwitcher.astro
+++ b/src/layouts/components/ThemeSwitcher.astro
@@ -16,7 +16,7 @@ const { className }: { className?: string } = Astro.props;
theme switcher