style: tweaks to shortcut panel

This commit is contained in:
Carlos Valente
2024-05-17 21:11:38 +02:00
committed by Carlos Valente
parent 6bedd7ab1d
commit dade6f6692
3 changed files with 89 additions and 80 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const theme = extendTheme({
baseStyle: {
borderRadius: '2px',
border: 'none',
background: 'rgba(255, 255, 255, 0.10)',
background: '#262626', // $gray-1200
padding: '0.125rem 0.5rem',
color: '#f6f6f6', // $ui-white
fontWeight: 400,