style: improve readability of shortcuts

This commit is contained in:
Carlos Valente
2024-05-10 20:22:48 +02:00
committed by Carlos Valente
parent e8cfdbe3b9
commit 7da3480dfe
3 changed files with 66 additions and 14 deletions
+6 -2
View File
@@ -83,9 +83,13 @@ const theme = extendTheme({
Kbd: {
baseStyle: {
borderRadius: '2px',
border: '1px solid rgba(255, 255, 255, 0.20)',
border: 'none',
background: 'rgba(255, 255, 255, 0.10)',
color: 'white',
padding: '0.125rem 0.5rem',
color: '#f6f6f6', // $ui-white
fontWeight: 400,
boxShadow: '0px 0px 3px 0px rgba(0,0,0,0.4)',
fontSize: 'calc(1rem - 2px)',
},
},
Menu: {