mirror of
https://github.com/status-im/dappconnect-sdks.git
synced 2025-01-27 00:51:25 +00:00
fix pinned dialog button size & icon (#363)
This commit is contained in:
parent
c351d864a0
commit
6ed390b0dc
@ -1,6 +1,6 @@
|
||||
import { useState } from 'react'
|
||||
|
||||
import { PinIcon } from '@status-im/icons/20'
|
||||
import { CloseIcon, PinIcon } from '@status-im/icons/20'
|
||||
import { styled } from '@tamagui/core'
|
||||
import { Pressable, View } from 'react-native'
|
||||
|
||||
@ -30,9 +30,12 @@ const PinnedMessage = (props: Props) => {
|
||||
</Pressable>
|
||||
|
||||
<Base>
|
||||
<Button variant="grey" onPress={() => setIsDetailVisible(false)}>
|
||||
×
|
||||
</Button>
|
||||
<Button
|
||||
variant="grey"
|
||||
onPress={() => setIsDetailVisible(false)}
|
||||
size={32}
|
||||
icon={<CloseIcon />}
|
||||
/>
|
||||
<DialogHeader>
|
||||
<Text size={27} weight="semibold">
|
||||
Pinned Messages
|
||||
|
Loading…
x
Reference in New Issue
Block a user