Skip to content

Commit

Permalink
Update apps/roboshield/src/components/Code/Code.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Clemence Kyara <[email protected]>
  • Loading branch information
m453h and kilemensi authored Jul 12, 2024
1 parent c8a2af9 commit 62bc239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/roboshield/src/components/Code/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ export default function Code(props: CodeProps) {
}}
/>
}
sx={(theme: Theme) => ({
background: theme.palette.error.main,
borderColor: theme.palette.error.main,
sx={{
background: "error.main",
borderColor: "error.main",
"&:hover": {
color: "error.main",
},
Expand Down

0 comments on commit 62bc239

Please sign in to comment.