function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Srini GrandhiSrini Grandhi 

How to change the font and height of custom lightning search component?

I used the instructions in this link to develop a lightning custom search component to be used in community.
Developing Custom Search Component (https://developer.salesforce.com/docs/atlas.en-us.communities_dev.meta/communities_dev/communities_dev_example_search.htm)

It works fine. But, my client wants to increase the size of the font and the search icon. I was not able to find a way to specify height for ui:inputText and also I was not able to change the search icon. Has anyone implemented this before?