diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33905c4..ef19f80 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '6.1' settings: autoInstallPeers: true diff --git a/src/preset.ts b/src/preset.ts index 61b244a..9502e05 100644 --- a/src/preset.ts +++ b/src/preset.ts @@ -40,8 +40,11 @@ export function createPreset(options: PluginOption = {}) { extend: { colors: { - muted: colors.slate, primary: colors.violet, + 'primary-invert': colors.white, + 'primary-dark': colors.violet, + 'primary-invert-dark': colors.white, + muted: colors.slate, info: colors.sky, success: colors.teal, warning: colors.amber,