Skip to content

Commit b73e474

Browse files
making buttons the same
1 parent 4a9905d commit b73e474

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

src/components/CippComponents/CippAddTestReportDrawer.jsx

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,15 @@ export const CippAddTestReportDrawer = ({ buttonText = "Create custom report" })
138138
<>
139139
<Button
140140
variant="contained"
141-
size="small"
142-
sx={{ whiteSpace: "nowrap", minHeight: 40 }}
141+
sx={{
142+
whiteSpace: "nowrap",
143+
fontWeight: "bold",
144+
textTransform: "none",
145+
borderRadius: 2,
146+
boxShadow: "0 2px 8px rgba(0,0,0,0.15)",
147+
transition: "all 0.2s ease-in-out",
148+
px: 2,
149+
}}
143150
onClick={() => setDrawerVisible(true)}
144151
startIcon={<Add />}
145152
>

0 commit comments

Comments
 (0)