mirror of
https://github.com/Redocly/redoc.git
synced 2025-09-25 21:46:40 +03:00
feat(): Update Sofico colors
This commit is contained in:
parent
3560ed9b69
commit
09d9fe0842
|
@ -20,7 +20,7 @@ const defaultTheme: ThemeInterface = {
|
||||||
contrastText: ({ colors }) => readableColor(colors.primary.main),
|
contrastText: ({ colors }) => readableColor(colors.primary.main),
|
||||||
},
|
},
|
||||||
secondary: {
|
secondary: {
|
||||||
main: '#6BA4B8',
|
main: '#D47D17',
|
||||||
light: ({ colors }) => lighten(colors.tonalOffset, colors.primary.main),
|
light: ({ colors }) => lighten(colors.tonalOffset, colors.primary.main),
|
||||||
dark: ({ colors }) => darken(colors.tonalOffset, colors.primary.main),
|
dark: ({ colors }) => darken(colors.tonalOffset, colors.primary.main),
|
||||||
contrastText: ({ colors }) => readableColor(colors.primary.main),
|
contrastText: ({ colors }) => readableColor(colors.primary.main),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user