aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'subprojects/frontend/src/theme/ThemeProvider.tsx')
-rw-r--r--subprojects/frontend/src/theme/ThemeProvider.tsx3
1 files changed, 3 insertions, 0 deletions
diff --git a/subprojects/frontend/src/theme/ThemeProvider.tsx b/subprojects/frontend/src/theme/ThemeProvider.tsx
index 6905fb4b..1d70dbaf 100644
--- a/subprojects/frontend/src/theme/ThemeProvider.tsx
+++ b/subprojects/frontend/src/theme/ThemeProvider.tsx
@@ -206,6 +206,9 @@ function createResponsiveTheme(
206 tooltip: { 206 tooltip: {
207 background: alpha('#212121', 0.93), 207 background: alpha('#212121', 0.93),
208 color: '#fff', 208 color: '#fff',
209 fontSize: '0.875rem',
210 lineHeight: 1.43,
211 letterSpacing: '0.01071em',
209 }, 212 },
210 arrow: { 213 arrow: {
211 color: alpha('#212121', 0.93), 214 color: alpha('#212121', 0.93),