update styles for close button

availability-list
Ryukemeister 2023-10-11 18:32:25 +05:30
parent 38ac778fbc
commit 18318f8501
1 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,9 @@ export function NewScheduleButton({
<Label htmlFor="working-hours">Name</Label>
<Input id="working-hours" placeholder="Working Hours" />
<DialogFooter>
<Button type="button">Close</Button>
<Button type="button" variant="outline" className="mr-2 border-none">
Close
</Button>
<Button type="submit">Continue</Button>
</DialogFooter>
</Form>