Commit 453475c 1 parent 1f8c03c commit 453475c Copy full SHA for 453475c
File tree 1 file changed +12
-27
lines changed
new-log-viewer/src/components
1 file changed +12
-27
lines changed Original file line number Diff line number Diff line change @@ -37,38 +37,11 @@ const APP_THEME = extendTheme({
37
37
} ,
38
38
} ,
39
39
} ,
40
- focus : {
41
- default : {
42
- outlineWidth : "3px" ,
43
- } ,
44
- } ,
45
- fontFamily : {
46
- body : "var(--ylv-ui-font-family)" ,
47
- } ,
48
40
components : {
49
- JoyButton : {
50
- styleOverrides : {
51
- root : {
52
- borderRadius : "2px" ,
53
- } ,
54
- } ,
55
- } ,
56
41
JoySelect : {
57
42
defaultProps : {
58
43
indicator : < KeyboardArrowDown /> ,
59
44
} ,
60
- styleOverrides : {
61
- root : {
62
- borderRadius : "2px" ,
63
- } ,
64
- } ,
65
- } ,
66
- JoyInput : {
67
- styleOverrides : {
68
- root : {
69
- borderRadius : "2px" ,
70
- } ,
71
- } ,
72
45
} ,
73
46
JoyFormControl : {
74
47
styleOverrides : {
@@ -83,6 +56,18 @@ const APP_THEME = extendTheme({
83
56
} ,
84
57
} ,
85
58
} ,
59
+ fontFamily : {
60
+ body : "var(--ylv-ui-font-family)" ,
61
+ } ,
62
+ radius : {
63
+ /* eslint-disable sort-keys */
64
+ xs : "2px" ,
65
+ sm : "2px" ,
66
+ md : "2px" ,
67
+ lg : "2px" ,
68
+ xl : "2px" ,
69
+ /* eslint-enable sort-keys */
70
+ } ,
86
71
} ) ;
87
72
88
73
export default APP_THEME ;
You can’t perform that action at this time.
0 commit comments