Skip to content

Commit b878d1c

Browse files
Fixed continue button
1 parent 66f2248 commit b878d1c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

opencti-platform/opencti-front/src/components/ThemeDark.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,13 @@ const ThemeDark = (
469469
},
470470
},
471471
},
472+
MuiFab: {
473+
styleOverrides: {
474+
root: {
475+
textTransform: 'none',
476+
},
477+
},
478+
},
472479
MuiAutocomplete: {
473480
styleOverrides: {
474481
root: {

opencti-platform/opencti-front/src/components/ThemeLight.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,13 @@ const ThemeLight = (
473473
},
474474
},
475475
},
476+
MuiFab: {
477+
styleOverrides: {
478+
root: {
479+
textTransform: 'none',
480+
},
481+
},
482+
},
476483
MuiAutocomplete: {
477484
styleOverrides: {
478485
root: {

0 commit comments

Comments
 (0)