feat: update button variants to 'outline_muted' for improved visual consistency
This commit is contained in:
parent
f0eb05c50d
commit
a17cf65452
1 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue