Skip to content

Commit 58cd1bb

Browse files
Fixed continue button
1 parent c476446 commit 58cd1bb

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
@@ -451,6 +451,13 @@ const ThemeDark = (
451451
},
452452
},
453453
},
454+
MuiFab: {
455+
styleOverrides: {
456+
root: {
457+
textTransform: 'none',
458+
},
459+
},
460+
},
454461
},
455462
});
456463

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,13 @@ const ThemeLight = (
455455
},
456456
},
457457
},
458+
MuiFab: {
459+
styleOverrides: {
460+
root: {
461+
textTransform: 'none',
462+
},
463+
},
464+
},
458465
},
459466
});
460467

0 commit comments

Comments
 (0)