From b9164f528a7cc486530935ea6df3434093b84d4f Mon Sep 17 00:00:00 2001 From: bqxbqx <132878537+BQXBQX@users.noreply.github.com> Date: Sun, 21 Apr 2024 14:32:20 +0800 Subject: [PATCH] Dev bqx (#34) * fix(global): fix font family global --- packages/ui-react/lib/global.scss | 2 +- packages/ui-react/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui-react/lib/global.scss b/packages/ui-react/lib/global.scss index 64d6d20..046c13b 100644 --- a/packages/ui-react/lib/global.scss +++ b/packages/ui-react/lib/global.scss @@ -25,7 +25,7 @@ --small-font-size: 12px; --medium-font-size: 16px; --large-font-size: 20px; - font-family: sans-serif; + // font-family: sans-serif; --background-blue: #ecf2ff; --border-white: #f1f1f1; --pale-white: #fcfcfc; diff --git a/packages/ui-react/package.json b/packages/ui-react/package.json index 17a0eed..b385153 100644 --- a/packages/ui-react/package.json +++ b/packages/ui-react/package.json @@ -1,6 +1,6 @@ { "name": "@ui-aurora/react", - "version": "0.0.6", + "version": "0.0.7", "description": "A React UI library built for SASTOJ", "author": "sast", "license": "MIT",