mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 12:13:43 +08:00
feat(components): 添加图片验证码
This commit is contained in:
@@ -2,7 +2,6 @@ import { defineConfig } from 'windicss/helpers';
|
||||
import themeSettings from './src/settings/theme.json';
|
||||
|
||||
const {
|
||||
themeColor,
|
||||
otherColor: { info, success, warning, error }
|
||||
} = themeSettings;
|
||||
|
||||
@@ -35,7 +34,6 @@ export default defineConfig({
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: themeColor,
|
||||
info,
|
||||
success,
|
||||
warning,
|
||||
|
||||
Reference in New Issue
Block a user