Fix: Status Page URL Hover

This commit is contained in:
Aryaman Kumar Sharma
2025-03-19 11:23:11 +05:30
parent 9b769fe9da
commit 0df50f2bb7

View File

@@ -41,10 +41,11 @@ const StatusPagesTable = ({ data }) => {
borderRadius={theme.spacing(4)}
sx={{
...(row.isPublished && {
display: "inline-flex",
":hover": {
backgroundColor: `${theme.palette.primary.light}`,
cursor: "pointer",
borderRadius: 1,
borderBottom: 1,
borderRadius: 0,
},
}),
}}