Skip to content

Commit e999d31

Browse files
authored
fix: update font weight in version selection components (#636)
1 parent ba15b3a commit e999d31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/Layout/VersionSelect/CloudVersionSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ export default function CloudVersionSelect(props: VersionSelectProps) {
152152
padding: "0 0.25rem",
153153
fontSize: "0.875rem",
154154
lineHeight: "1.25rem",
155+
fontWeight: 700,
155156
}}
156157
>
157158
{isClient ? (

src/components/Layout/VersionSelect/VersionSelect.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ export default function VersionSelect(props: VersionSelectProps) {
258258
padding: "0 0.25rem",
259259
fontSize: "0.875rem",
260260
lineHeight: "1.25rem",
261+
fontWeight: 700,
261262
}}
262263
>
263264
{buildType === "archive"

0 commit comments

Comments
 (0)