Change icon type

This commit is contained in:
Nick Mowen 2023-10-14 14:42:15 -06:00
parent cbe39caa3b
commit 0caf56afdb

View File

@ -626,7 +626,7 @@ export default function Events({ path, ...props }) {
</Button> </Button>
<Button <Button
className="rounded-full ml-auto" className="rounded-full ml-auto"
type="text" type="iconOnly"
color="blue" color="blue"
onClick={() => setShowInProgress(!showInProgress)} onClick={() => setShowInProgress(!showInProgress)}
> >