feat(ui): style settings modal

This commit is contained in:
psychedelicious
2024-01-04 21:04:29 +11:00
committed by Kent Keirsey
parent fcf2006502
commit bbca053b48
6 changed files with 268 additions and 227 deletions

View File

@ -16,6 +16,7 @@ export const baseStyle = definePartsStyle(() => ({
header: {
fontWeight: 'semibold',
fontSize: 'lg',
color: 'base.300'
},
closeButton: {
opacity: 0.5,