Skip to content

Commit

Permalink
design(frontend): change evaluators view title to 16px and added divi…
Browse files Browse the repository at this point in the history
…der in new evaluators view
  • Loading branch information
bekossy committed Sep 19, 2024
1 parent 9b466a0 commit dc4c978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const useStyles = createUseStyles((theme: JSSTheme) => ({
alignItems: "center",
justifyContent: "space-between",
"& .ant-typography": {
fontSize: theme.fontSizeLG,
fontSize: theme.fontSizeHeading4,
fontWeight: theme.fontWeightStrong,
lineHeight: theme.lineHeightLG,
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const NewEvaluator = ({
</Flex>
</div>
</div>
{evaluatorsDisplay !== "list" ? <Divider className="mt-2 mb-4" /> : <div />}
<Divider className="mt-0 mb-4" />
</div>

<div>
Expand Down

0 comments on commit dc4c978

Please sign in to comment.