Skip to main content
April 10, 2024
Question

Are you able to underline an icon link?

  • April 10, 2024
  • 4 replies
  • 0 views

For my user story I am creating an interface section to display 4 cards for an Agenda's meeting information. For one of them I have a link that appears when a meeting is on one of the cards; the link is being shown as an icon. I was asked to make the link more obvious by underlining it but I am not sure how I am able to underline an icon. I was able to make the link correctly and it appears as the icon but I can't get the underline to appear. Any ideas? Here is the code I have for it written below:

a!richTextItem(
                        text: a!richTextIcon(
                                             icon: "link",
                                             linkStyle: "STANDALONE",
                                             color: "POSITIVE",
                                             link: ri!link,
                                             showWhen: a!isNotNullOrEmpty(ri!link)
                        ),
                        style: "UNDERLINE"
), 

Right now it is shown as the green link. Thanks for the help!

4 replies

nickk1385Author
April 10, 2024

Hey never mind I am dumb i needed the linkstyle: to be "IN_LINE" disregard this.

karumurua531442
April 11, 2024

Hi [mention:e86cecfa115d423c935017f8e2db6dd4:e9ed411860ed4f2ba0265705b8793d05]  is your issue solved ? Having link style as inline ?

nickk1385Author
April 11, 2024

Yeah its resolved. I thought the issue was more complicated than it was haha