Thicken up lines or change color of background

I am hoping we could thicken up lines or change color of background of the first stagnant type before the popup, its a bit hard to see sometimes.

1 Like

Hi there, @Rev_Devan :waving_hand:

You’d like to change the border width and background color of the search input container, right? If so, this CSS code will do the trick:

[class*="SearchBar__Container-sc"] {
  background-color: red;
  border-width: 3px !important;
}

Give it a try and let me know how it worked :slightly_smiling_face:

2 Likes