From 4bfb0036c84ba3381dee5b7841fde310837c4ce8 Mon Sep 17 00:00:00 2001 From: gokhangunduz Date: Fri, 31 May 2024 15:47:33 +0300 Subject: [PATCH] feat(version) :bookmark: release 0.39.7 version --- package.json | 2 +- public/index.html | 8 ++++---- tailwind.css | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4b525179..e8eaf740 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ui", - "version": "0.39.6", + "version": "0.39.7", "private": true, "scripts": { "dev": "GENERATE_SOURCEMAP=false react-scripts start", diff --git a/public/index.html b/public/index.html index 3510f286..7220ed68 100644 --- a/public/index.html +++ b/public/index.html @@ -32,10 +32,10 @@ } - +
diff --git a/tailwind.css b/tailwind.css index 6c54b17b..44036e8f 100644 --- a/tailwind.css +++ b/tailwind.css @@ -1,7 +1,11 @@ @tailwind base; @tailwind components; @tailwind utilities; -@import "cursor"; + + +body { + font-family: Inter, sans-serif; +} .hw-full { @apply !h-full !w-full;