mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix: 缺少default
This commit is contained in:
@@ -38,7 +38,14 @@ const values = [
|
||||
'-800',
|
||||
'-900'
|
||||
]
|
||||
const colors = ['primary', 'secondary', 'success', 'danger', 'warning']
|
||||
const colors = [
|
||||
'primary',
|
||||
'secondary',
|
||||
'success',
|
||||
'danger',
|
||||
'warning',
|
||||
'default'
|
||||
]
|
||||
|
||||
function PreviewThemeCard({ theme, onPreview }: PreviewThemeCardProps) {
|
||||
const style = document.createElement('style')
|
||||
|
Reference in New Issue
Block a user