Skip to content

Commit a20a551

Browse files
committed
lint stuff
1 parent 1bd190a commit a20a551

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

frontend/src/components/pages/rating-form.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
RadioGroup,
66
FormControlLabel,
77
Radio,
8-
Typography,
98
Tooltip,
109
} from "@mui/material";
1110
import { api } from "../../hooks/use-api";
@@ -73,12 +72,13 @@ export const RatingForm = ({
7372
alignItems={{ xs: "flex-start", sm: "center" }}
7473
justifyContent="center"
7574
>
76-
<Typography
77-
style={{ flex: 1, textAlign: "right" }}
78-
sx={{ cursor: "help" }}
79-
>
80-
<Tooltip title={criterion.description}>{criterion.title}</Tooltip>
81-
</Typography>
75+
<div style={{ flex: 1, textAlign: "right" }}>
76+
<Tooltip title={criterion.description}>
77+
<span style={{ fontSize: "1.25rem" }}>
78+
{criterion.title}
79+
</span>
80+
</Tooltip>
81+
</div>
8282
<FormControl component="fieldset">
8383
<RadioGroup
8484
row

0 commit comments

Comments
 (0)