Dark Mode Devexpress uygun hale getirildi.
This commit is contained in:
parent
9875ba3041
commit
67286232da
1 changed files with 17 additions and 4 deletions
|
|
@ -21,7 +21,7 @@ export default {
|
||||||
fontFamily: {
|
fontFamily: {
|
||||||
sans: ['"Helvetica Neue"', '"Segoe UI"', 'helvetica', 'verdana', 'sans-serif'],
|
sans: ['"Helvetica Neue"', '"Segoe UI"', 'helvetica', 'verdana', 'sans-serif'],
|
||||||
},
|
},
|
||||||
typography: (theme) => ({
|
typography: (theme: any) => ({
|
||||||
DEFAULT: {
|
DEFAULT: {
|
||||||
css: {
|
css: {
|
||||||
color: theme('colors.gray.500'),
|
color: theme('colors.gray.500'),
|
||||||
|
|
@ -35,6 +35,19 @@ export default {
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
colors: {
|
colors: {
|
||||||
|
gray: {
|
||||||
|
50: '#f8f8f8',
|
||||||
|
100: '#eeeeee',
|
||||||
|
200: '#d6d6d6',
|
||||||
|
300: '#b8b8b8',
|
||||||
|
400: '#929292',
|
||||||
|
500: '#747474',
|
||||||
|
600: '#575757',
|
||||||
|
700: '#3f3f3f',
|
||||||
|
800: '#303030',
|
||||||
|
900: '#252525',
|
||||||
|
950: '#1f1f1f',
|
||||||
|
},
|
||||||
sozsoft: {
|
sozsoft: {
|
||||||
main: '#FF99C8',
|
main: '#FF99C8',
|
||||||
secondary: '#FCF6BD',
|
secondary: '#FCF6BD',
|
||||||
|
|
@ -44,9 +57,9 @@ export default {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
spacing: {
|
spacing: {
|
||||||
'1.2': '0.35rem', // istediğin değeri yaz
|
'1.2': '0.35rem',
|
||||||
'1.3': '0.40rem', // istediğin değeri yaz
|
'1.3': '0.40rem',
|
||||||
'1.4': '0.45rem', // istediğin değeri yaz
|
'1.4': '0.45rem',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue