File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
src/features/libraries/components/library-hero Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const LibraryHeroComponent: React.FC<LibraryHeroComponentProps> = ({
64
64
const options = useMemo ( ( ) => {
65
65
return [
66
66
{
67
- label : "ProgrammingLanguage " ,
67
+ label : "Language " ,
68
68
options : [
69
69
{
70
70
value : dictionary . filterPicker . defaultValue . value ,
Original file line number Diff line number Diff line change 44
44
45
45
.heroTitle {
46
46
color : var (--color_fg_bold );
47
-
48
47
font-size : 2rem ;
49
48
font-style : normal ;
50
- font-weight : 400 ;
51
- line-height : 2.5 rem ;
49
+ font-weight : 500 ;
50
+ line-height : 1.15 ;
52
51
letter-spacing : -0.8px ;
53
52
54
53
@media #{$breakpoint-dimension-xs } {
55
54
font-size : 2.5rem ;
56
- line-height : 3 rem ;
55
+ line-height : 1.15 ;
57
56
}
58
57
}
59
58
65
64
66
65
.label {
67
66
color : var (--color_fg_bold );
68
- font-size : 1rem ;
67
+ font-size : .875rem ;
68
+ font-weight : 700 ;
69
69
line-height : 1.5rem ;
70
- letter-spacing : 0 .1px ;
70
+ letter-spacing : .1px ;
71
71
}
72
72
73
73
.select__wrapper {
You can’t perform that action at this time.
0 commit comments