Fix search button styles to match preexisting styling

This commit is contained in:
ndrooo 2024-08-09 17:31:48 -04:00
parent b79b8c8cb4
commit 7d60e235ae

View File

@ -1,8 +1,11 @@
@use "../../styles/variables.scss" as *;
.search {
border: none;
background: none;
min-width: fit-content;
max-width: 14rem;
padding: 0;
flex-grow: 0.3;
& > #search-icon {