feat: update button variants to 'outline_muted' for improved visual consistency
All checks were successful
container-scan / Container Scan (pull_request) Successful in 3m2s
docker-build / docker (pull_request) Successful in 7m39s

This commit is contained in:
Maximilian Liebmann 2025-06-05 19:50:20 +02:00
parent f0eb05c50d
commit a17cf65452

View file

@ -251,7 +251,7 @@ export default function SettingsPage() {
Define your typical available hours (e.g., Define your typical available hours (e.g.,
Monday-Friday, 9 AM - 5 PM). Monday-Friday, 9 AM - 5 PM).
</p> </p>
<Button variant='outline' size='sm'> <Button variant='outline_muted' size='sm'>
Set Working Hours Set Working Hours
</Button> </Button>
</div> </div>
@ -302,10 +302,14 @@ export default function SettingsPage() {
</div> </div>
<div className='space-y-2'> <div className='space-y-2'>
<Label>Export Your Calendar</Label> <Label>Export Your Calendar</Label>
<Button variant='outline' size='sm'> <Button variant='outline_muted' size='sm'>
Get iCal Export URL Get iCal Export URL
</Button> </Button>
<Button variant='outline' size='sm' className='ml-2'> <Button
variant='outline_muted'
size='sm'
className='ml-2'
>
Download .ics File Download .ics File
</Button> </Button>
</div> </div>
@ -398,7 +402,9 @@ export default function SettingsPage() {
</div> </div>
<div className='space-y-2'> <div className='space-y-2'>
<Label>Blocked Users</Label> <Label>Blocked Users</Label>
<Button variant='outline'>Manage Blocked Users</Button> <Button variant='outline_muted'>
Manage Blocked Users
</Button>
<p className='text-sm text-muted-foreground'> <p className='text-sm text-muted-foreground'>
Prevent specific users from seeing your calendar or Prevent specific users from seeing your calendar or
booking time. booking time.