mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-03-30 16:09:40 +00:00
add missing windi colors
This commit is contained in:
parent
3181ddb403
commit
337f6ee4e1
1 changed files with 2 additions and 0 deletions
|
@ -133,6 +133,7 @@ export default defineConfig({
|
|||
300: 'var(--wp-background-300)',
|
||||
400: 'var(--wp-background-400)',
|
||||
500: 'var(--wp-background-500)',
|
||||
600: 'var(--wp-background-600)',
|
||||
},
|
||||
|
||||
'wp-text': {
|
||||
|
@ -206,6 +207,7 @@ export default defineConfig({
|
|||
100: 'var(--wp-code-100)',
|
||||
200: 'var(--wp-code-200)',
|
||||
300: 'var(--wp-code-300)',
|
||||
400: 'var(--wp-code-400)',
|
||||
},
|
||||
|
||||
'wp-code-text': {
|
||||
|
|
Loading…
Reference in a new issue