hi - i’m trying to make the team showcase search the same style as the event calendar search. I inspected the event calendar search and got the following CSS which I’ve added to the class*=”SearchBarComponent__Wrapper”
[class*=“SearchBarComponent__Wrapper”] {
border-style: solid;
border-width: 1px;
transition: 0.2s;
border-radius: 8px;
width: 100%;
max-width: 200px;
color: rgb(17, 17, 17);
border-color: rgba(17, 17, 17, 0.3);
background-color: rgba(17, 17, 17, 0);
box-sizing: border-box !important;
outline: none !important;
}
However, I can’t get it to look quite right. I think I’m close?