Skip to content

Commit 2bbb568

Browse files
committed
fixes variants
1 parent 490ad8f commit 2bbb568

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

elements/pfe-autocomplete/src/pfe-autocomplete.scss

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,18 @@ button {
132132
}
133133

134134
&.search-button {
135+
margin-top: 1px;
136+
margin-bottom: 1px;
135137
right: 1px;
136138
width: 30px;
137-
139+
background-color: pfe-var(surface--lightest);
138140
svg {
139141
fill: pfe-var(link);
140-
width: 16px;
142+
// width: 16px;
143+
width: 18px;
144+
position: relative;
145+
top: 2px;
146+
stroke: pfe-var(surface--border);
141147
}
142148

143149
&:hover svg,

0 commit comments

Comments
 (0)