mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-26 16:46:19 +08:00
@@ -36,6 +36,8 @@ export function useAntdDesignTokens() {
|
|||||||
() => {
|
() => {
|
||||||
tokens.colorPrimary = getCssVariableValue('--primary');
|
tokens.colorPrimary = getCssVariableValue('--primary');
|
||||||
|
|
||||||
|
tokens.colorInfo = getCssVariableValue('--primary');
|
||||||
|
|
||||||
tokens.colorError = getCssVariableValue('--destructive');
|
tokens.colorError = getCssVariableValue('--destructive');
|
||||||
|
|
||||||
tokens.colorWarning = getCssVariableValue('--warning');
|
tokens.colorWarning = getCssVariableValue('--warning');
|
||||||
|
Reference in New Issue
Block a user