From 2f15a2ac6ac5cfcc1b3651a0edf79774df5436ba Mon Sep 17 00:00:00 2001 From: Soybean Date: Mon, 8 Apr 2024 07:50:26 +0800 Subject: [PATCH] fix(projects): unify border-radius of Tag. fixed #378 --- src/store/modules/theme/shared.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/store/modules/theme/shared.ts b/src/store/modules/theme/shared.ts index 36f6a0ef..d64a6b77 100644 --- a/src/store/modules/theme/shared.ts +++ b/src/store/modules/theme/shared.ts @@ -228,6 +228,9 @@ export function getNaiveTheme(colors: App.Theme.ThemeColor) { }, LoadingBar: { colorLoading + }, + Tag: { + borderRadius: '6px' } };