mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
@@ -217,7 +217,7 @@ const Button = defineStyleConfig({
|
||||
|
||||
const Input: ComponentStyleConfig = {
|
||||
baseStyle: {
|
||||
fontsize: '1rem'
|
||||
fontsize: '14px'
|
||||
},
|
||||
sizes: {
|
||||
sm: defineStyle({
|
||||
@@ -368,11 +368,12 @@ export const theme = extendTheme({
|
||||
styles: {
|
||||
global: {
|
||||
'html, body': {
|
||||
fontSize: '14px',
|
||||
color: 'myGray.900',
|
||||
fontSize: 'md',
|
||||
fontWeight: 400,
|
||||
height: '100%',
|
||||
overflow: 'hidden'
|
||||
// lineHeight: 'unset'
|
||||
},
|
||||
a: {
|
||||
color: 'primary.600'
|
||||
@@ -471,16 +472,16 @@ export const theme = extendTheme({
|
||||
body: 'PingFang,Noto Sans,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol"'
|
||||
},
|
||||
fontSizes: {
|
||||
xs: '0.8rem',
|
||||
sm: '0.93rem',
|
||||
md: '1rem',
|
||||
lg: '1.15rem',
|
||||
xl: '1.3rem',
|
||||
'2xl': '1.45rem',
|
||||
'3xl': '1.6rem',
|
||||
'4xl': '1.75rem',
|
||||
'5xl': '1.9rem',
|
||||
'6xl': '2.05rem'
|
||||
xs: '12px',
|
||||
sm: '13px',
|
||||
md: '14px',
|
||||
lg: '16px',
|
||||
xl: '18px',
|
||||
'2xl': '20px',
|
||||
'3xl': '24px',
|
||||
'4xl': '28px',
|
||||
'5xl': '32px',
|
||||
'6xl': '36px'
|
||||
},
|
||||
borders: {
|
||||
sm: '1px solid #E8EBF0',
|
||||
|
Reference in New Issue
Block a user