1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 08:48:37 +00:00

Change --border-radius-circle to --border-radius-full (#30936) (#31078)

This commit is contained in:
Giteabot
2024-05-26 21:16:13 +08:00
committed by GitHub
parent 1171b24d52
commit 7b7318255e
4 changed files with 5 additions and 5 deletions

View File

@@ -66,7 +66,7 @@ export default {
'xl': '12px',
'2xl': '16px',
'3xl': '24px',
'full': 'var(--border-radius-circle)', // 50%
'full': 'var(--border-radius-full)',
},
fontFamily: {
sans: 'var(--fonts-regular)',