Steven
Steven

Reputation: 1414

How to change the color of Searchbar

How can I change the color of the bottom border in Nativescript-VueJS? (see image)

I tried the following:

border-bottom-color: transparent;

Image

Upvotes: 0

Views: 233

Answers (1)

Steven
Steven

Reputation: 1414

I needed to use this instead:

background-color: transparent;

Upvotes: 2

Related Questions