TelegramUI icon indicating copy to clipboard operation
TelegramUI copied to clipboard

Cell UI Bug

Open wishyoudie opened this issue 1 month ago • 0 comments

Single-cell sections have a hover bug, where it displays as last child.

Normal state: image

Hover state: image

Code used:

<List>
      <Section header="Recent Transactions">
        <Cell>asd</Cell>
      </Section>
</List>

wishyoudie avatar May 21 '24 16:05 wishyoudie