nicolium: fix styling
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -133,16 +133,17 @@ const RssFeedSubscriptions = () => {
|
||||
{feed.url}
|
||||
</Text>
|
||||
</div>
|
||||
<IconButton
|
||||
onClick={handleDelete(feed.url)}
|
||||
disabled={isPending}
|
||||
className='size-8 text-gray-700 dark:text-gray-600'
|
||||
src={iconX}
|
||||
title={intl.formatMessage(messages.deleteFeed)}
|
||||
/>
|
||||
</div>
|
||||
}
|
||||
/>
|
||||
>
|
||||
<IconButton
|
||||
onClick={handleDelete(feed.url)}
|
||||
disabled={isPending}
|
||||
className='size-8 text-gray-700 dark:text-gray-600'
|
||||
src={iconX}
|
||||
title={intl.formatMessage(messages.deleteFeed)}
|
||||
/>
|
||||
</ListItem>
|
||||
))}
|
||||
</List>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user