Hi guys,
I have started playing with the latest Swift version.
One of my challenges (for the project I am testing it for) is to create simple links instead of buttons and create transparent (border only) buttons.
Something like this:
Nevermind the rounded corners :)
First of all, it would be good to have a definition for regular links instead of buttons. I know that transparent buttons can be an option but even for transparent buttons, there will be horizontal padding that will make horizontal alignment a nightmare.
Moving on to Transparent buttons, I have tried defining Transparent buttons but no matter how I configure them, a background color is set for the buttons.
The strage part is that the Theme display looks consistent with my configuration:
But the output is inconsistent:
I have checked the inheritance and there is nothing that could affect the display.
Maybe I am doing something wrong in the configuration :)
Thank you,
Adrian