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> = ({
6464 const options = useMemo ( ( ) => {
6565 return [
6666 {
67- label : "ProgrammingLanguage " ,
67+ label : "Language " ,
6868 options : [
6969 {
7070 value : dictionary . filterPicker . defaultValue . value ,
Original file line number Diff line number Diff line change 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.5 rem ;
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 : 3 rem ;
55+ line-height : 1.15 ;
5756 }
5857}
5958
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 {
You can’t perform that action at this time.
0 commit comments