Update FloatButtons.tsx

This commit is contained in:
Marcos Rodriguez Velez 2023-11-05 15:50:29 -04:00
parent cbc2b1f33b
commit 1fa952458f
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7

View file

@ -103,7 +103,7 @@ const bStyles = StyleSheet.create({
interface FButtonProps {
text: string;
icon: ReactNode; // Updated the type to ReactNode
icon: ReactNode;
width?: number;
first?: boolean;
last?: boolean;