aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/frontend/src/theme/ThemeProvider.tsx
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-12 16:59:31 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2024-04-12 17:39:52 +0200
commitd087a0abc83c07c067d7ac7afff1acc57dad6220 (patch)
treee317ed7d5bd576efbb3af51be89bd3bfa5e00115 /subprojects/frontend/src/theme/ThemeProvider.tsx
parentrefactor(frontend): friendlier table view messages (diff)
downloadrefinery-d087a0abc83c07c067d7ac7afff1acc57dad6220.tar.gz
refinery-d087a0abc83c07c067d7ac7afff1acc57dad6220.tar.zst
refinery-d087a0abc83c07c067d7ac7afff1acc57dad6220.zip
feat(frontend): add tooltips to buttons
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),