mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-28 09:03:53 +00:00
temp
This commit is contained in:
@@ -45,8 +45,13 @@ const Button = defineStyleConfig({
|
||||
}
|
||||
},
|
||||
variants: {
|
||||
outline: {
|
||||
borderWidth: '1.5px'
|
||||
white: {
|
||||
color: '#fff',
|
||||
backgroundColor: 'transparent',
|
||||
border: '1px solid #ffffff',
|
||||
_hover: {
|
||||
backgroundColor: 'rgba(255,255,255,0.1)'
|
||||
}
|
||||
}
|
||||
},
|
||||
defaultProps: {
|
||||
|
Reference in New Issue
Block a user