Skip to content

Commit 9669d58

Browse files
committed
reduces font size
1 parent 00add06 commit 9669d58

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

web-server/src/components/DoraScoreV2.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ const IndustryDropdown = () => {
112112
return (
113113
<FlexBox>
114114
<FlexBox alignCenter pointer onClick={handleOpenMenu}>
115-
<Line primary bigish>
116-
Change
117-
</Line>
115+
<Line primary>Change</Line>
118116
<KeyboardArrowDown color="primary" fontSize="small" />
119117
</FlexBox>
120118

0 commit comments

Comments
 (0)