This PR attempts to fix #231. The way I implemented the fix is quite hacky, but I have not found any other way of doing it.
I added a copy of the search icon, but with a different fill. Then, I created variables for light/dark theme which define which icon to use in the searchbar. After that, I changed the background-image to "background" and used said variable.
This PR attempts to fix #231. The way I implemented the fix is quite hacky, but I have not found any other way of doing it.
I added a copy of the search icon, but with a different fill. Then, I created variables for light/dark theme which define which icon to use in the searchbar. After that, I changed the background-image to "background" and used said variable.