mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-24 10:07:21 +02:00
update red color
This commit is contained in:
parent
10b078554f
commit
25efdf0ce6
@ -26,6 +26,10 @@ const customColors = {
|
||||
700: '#222631',
|
||||
800: '#1B1F28',
|
||||
},
|
||||
|
||||
'wp-state-error': {
|
||||
100: #c93c37,
|
||||
}
|
||||
};
|
||||
|
||||
/* eslint-disable ts/no-unsafe-call */
|
||||
@ -79,14 +83,14 @@ export default defineConfig({
|
||||
300: tinycolor(customColors['wp-primary'][600]).desaturate(10).toString(),
|
||||
},
|
||||
'int-wp-control-error': {
|
||||
100: colors.red[500],
|
||||
100: customColors['wp-state-error'][100],
|
||||
200: colors.red[600],
|
||||
300: colors.red[700],
|
||||
400: colors.red[800],
|
||||
500: colors.red[900],
|
||||
},
|
||||
'int-wp-control-error-dark': {
|
||||
100: tinycolor(colors.red[500]).desaturate(25).toString(),
|
||||
100: customColors['wp-state-error'][100],
|
||||
200: tinycolor(colors.red[600]).desaturate(25).toString(),
|
||||
300: tinycolor(colors.red[700]).desaturate(25).toString(),
|
||||
400: tinycolor(colors.red[800]).desaturate(25).toString(),
|
||||
@ -94,10 +98,7 @@ export default defineConfig({
|
||||
},
|
||||
|
||||
'int-wp-state-error': {
|
||||
100: colors.red[500],
|
||||
},
|
||||
'int-wp-state-error-dark': {
|
||||
100: tinycolor(colors.red[500]).desaturate(25).toString(),
|
||||
100: customColors['wp-state-error'][100],
|
||||
},
|
||||
'int-wp-state-neutral': {
|
||||
100: colors.gray[600],
|
||||
|
Loading…
Reference in New Issue
Block a user