Skip to content

Commit a03979a

Browse files
style(hx-search): font changes
1 parent 54189ef commit a03979a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/scss/components/search/SearchFacade.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111

1212
@mixin SearchFacadeInvalid {
13-
border: 2px solid $red-900;
13+
border: 2px solid $red-status-500;
1414
}
1515

1616
@mixin SearchFacadeInvalidFocus {
17-
border: 2px solid $red-900;
17+
border: 2px solid $red-status-500;
1818
box-shadow: $focus-glow-invalid;
1919
}
2020

src/scss/components/search/_index.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,10 @@ hx-search-control {
106106
-ms-grid-column-span: 3;
107107
-ms-grid-column: 1;
108108
-ms-grid-row: 1;
109-
color: $gray-800;
109+
color: $gray-950;
110+
font-weight: 600;
110111
display: inline-block;
111-
font-size: 0.875rem;
112+
font-size: 1rem;
112113
grid-area: lbl;
113114
justify-self: start;
114115
}

0 commit comments

Comments
 (0)