rm variant="solid"
This commit is contained in:
@@ -215,7 +215,6 @@ function RequestList({
|
|||||||
label={l`Reload conversations`}
|
label={l`Reload conversations`}
|
||||||
size="small"
|
size="small"
|
||||||
color="secondary_inverted"
|
color="secondary_inverted"
|
||||||
variant="solid"
|
|
||||||
onPress={() => void refetch()}>
|
onPress={() => void refetch()}>
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
<Trans>Retry</Trans>
|
<Trans>Retry</Trans>
|
||||||
@@ -347,7 +346,6 @@ function MarkAsReadHeaderButton() {
|
|||||||
label={l`Mark all as read`}
|
label={l`Mark all as read`}
|
||||||
size="small"
|
size="small"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="solid"
|
|
||||||
onPress={() => markAllRead()}>
|
onPress={() => markAllRead()}>
|
||||||
<ButtonIcon icon={CheckIcon} />
|
<ButtonIcon icon={CheckIcon} />
|
||||||
<ButtonText>
|
<ButtonText>
|
||||||
|
|||||||
Reference in New Issue
Block a user