feat: enhance button styling on contents page for better visibility

This commit is contained in:
fredy.siswanto 2025-03-03 19:31:28 +07:00
parent 01925c7c63
commit 030de2c2dd

View File

@ -74,6 +74,8 @@ export const ContentsPage = () => {
<Button <Button
as="a" as="a"
href={`/lg-admin/contents/update/${value}`} href={`/lg-admin/contents/update/${value}`}
className="text-md rounded-md"
size="sm"
> >
Lihat Detail Lihat Detail
</Button> </Button>