Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update picker label
  • Loading branch information
javiert-okta committed Oct 3, 2025
commit 00fe12323626ef7bea57b8e78f70be4e5596132c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const LibraryHeroComponent: React.FC<LibraryHeroComponentProps> = ({
const options = useMemo(() => {
return [
{
label: "ProgrammingLanguage",
label: "Language",
options: [
{
value: dictionary.filterPicker.defaultValue.value,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,15 @@

.heroTitle {
color: var(--color_fg_bold);

font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: 2.5rem;
font-weight: 500;
line-height: 1.15;
letter-spacing: -0.8px;

@media #{$breakpoint-dimension-xs} {
font-size: 2.5rem;
line-height: 3rem;
line-height: 1.15;
}
}

Expand All @@ -65,9 +64,10 @@

.label {
color: var(--color_fg_bold);
font-size: 1rem;
font-size: .875rem;
font-weight: 700;
line-height: 1.5rem;
letter-spacing: 0.1px;
letter-spacing: .1px;
}

.select__wrapper {
Expand Down