Post controls update followup (#4276)
* rm legacy repost modal * make repost button transparent * reduce gap between post and ctrls * remove old repost modal on web
This commit is contained in:
parent
c4abaa1abc
commit
d92036f2c5
8 changed files with 17 additions and 148 deletions
|
@ -47,7 +47,13 @@ let RepostButton = ({
|
|||
onPress={() => {
|
||||
requireAuth(() => dialogControl.open())
|
||||
}}
|
||||
style={[a.flex_row, a.align_center, a.gap_xs, {padding: 5}]}
|
||||
style={[
|
||||
a.flex_row,
|
||||
a.align_center,
|
||||
a.gap_xs,
|
||||
a.bg_transparent,
|
||||
{padding: 5},
|
||||
]}
|
||||
hoverStyle={t.atoms.bg_contrast_25}
|
||||
label={`${
|
||||
isReposted
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue