Closed
Description
Right now, the applications are not very easy to find on the workspaces page. To solve that, we can style the application links to look like buttons. See the screenshot below:
You can also check some user feedback here: https://discord.com/channels/747933592273027093/992114316486647838/992119290226548816
Details
The screenshot attached is using:
- padding as
8px 12px
- border radius as 2px
- font size as 14px
- gap is 4px
- it is flex and uses flex-wrap in case we have more items
Feel free to change those values if you think they are not looking good during the implementation.