Skip to content

Commit 00fe123

Browse files
committed
update picker label
1 parent 8ea0854 commit 00fe123

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/features/libraries/components/library-hero/library-hero.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export const LibraryHeroComponent: React.FC<LibraryHeroComponentProps> = ({
6464
const options = useMemo(() => {
6565
return [
6666
{
67-
label: "ProgrammingLanguage",
67+
label: "Language",
6868
options: [
6969
{
7070
value: dictionary.filterPicker.defaultValue.value,

src/features/libraries/components/library-hero/library-hero.module.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,15 @@
4444

4545
.heroTitle {
4646
color: var(--color_fg_bold);
47-
4847
font-size: 2rem;
4948
font-style: normal;
50-
font-weight: 400;
51-
line-height: 2.5rem;
49+
font-weight: 500;
50+
line-height: 1.15;
5251
letter-spacing: -0.8px;
5352

5453
@media #{$breakpoint-dimension-xs} {
5554
font-size: 2.5rem;
56-
line-height: 3rem;
55+
line-height: 1.15;
5756
}
5857
}
5958

@@ -65,9 +64,10 @@
6564

6665
.label {
6766
color: var(--color_fg_bold);
68-
font-size: 1rem;
67+
font-size: .875rem;
68+
font-weight: 700;
6969
line-height: 1.5rem;
70-
letter-spacing: 0.1px;
70+
letter-spacing: .1px;
7171
}
7272

7373
.select__wrapper {

0 commit comments

Comments
 (0)