Skip to content

Commit

Permalink
fix(style): ITP button underline (#2535)
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr authored Dec 4, 2023
1 parent c3c0ad8 commit caa2053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ const PayBody: React.FC<PayBodyProps> = (props) => {
<Button
variant="contained"
color="secondary"
style={{ borderBottom: `solid 2px lightgrey` }}
size="large"
onClick={props.changePage}
disabled={Boolean(props?.paymentStatus)}
Expand Down
3 changes: 3 additions & 0 deletions editor.planx.uk/src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,9 @@ const getThemeOptions = (primaryColor: string): ThemeOptions => {
padding: "0.7em 1.25em",
lineHeight: LINE_HEIGHT_BASE,
minWidth: "3em",
"&:hover": {
boxShadow: "inset 0 -2px 0 rgba(0,0,0,0.5)",
}
},
text: {
color: palette.text.secondary,
Expand Down

0 comments on commit caa2053

Please sign in to comment.