File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
forms-flow-components/src/components/CustomComponents Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ export const CustomSearch: FC<CustomSearchProps> = ({
46
46
>
47
47
{ ! searchFormLoading ? (
48
48
< CloseIcon
49
- width = { 12 }
50
- height = { 12 }
49
+ width = { 16 }
50
+ height = { 16 }
51
51
onClick = { handleClearSearch }
52
52
data-testid = "form-search-clear-button"
53
53
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ select option:hover {
123
123
font-size : var (--font-size-xs );
124
124
font-weight : var (--font-weight-sm );
125
125
line-height : var (--text-line-height );
126
- padding : var (--spacer-050 );
127
- padding-right : var ( --spacer-250 ) ;
126
+ padding : var (--spacer-050 ) var ( --spacer-250 ) var ( --spacer-050 ) var ( --spacer-100 ) ;
127
+ height : 2.063 rem ;
128
128
129
129
130
130
@@ -148,6 +148,7 @@ select option:hover {
148
148
transform : translateY (-50% );
149
149
cursor : pointer ;
150
150
color : var (--ff-gray-800 );
151
+ padding : var (--spacer-050 );
151
152
152
153
& .loading {
153
154
cursor : default ;
You can’t perform that action at this time.
0 commit comments