upd: redesign
This commit is contained in:
@@ -10,7 +10,7 @@ export default function ButtonNextHeader({ onPress, disable }: Props) {
|
||||
return (
|
||||
<>
|
||||
<ButtonHeader
|
||||
item={<Feather name="chevron-right" size={20} color={disable ? "grey" : "white"} />}
|
||||
item={<Feather name="chevron-right" size={25} color={disable ? "grey" : "white"} />}
|
||||
onPress={() => {
|
||||
!disable && onPress && onPress()
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user