From 9165c52a5b10b7e54697cd25440ffeb5fea27584 Mon Sep 17 00:00:00 2001 From: Samuel Oberhofer Date: Sat, 10 Dec 2022 12:02:56 +0100 Subject: [PATCH] Use Colors from colors.js --- components/FloatingButton.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/FloatingButton.js b/components/FloatingButton.js index 1b4e531..e5d2b8b 100644 --- a/components/FloatingButton.js +++ b/components/FloatingButton.js @@ -1,12 +1,13 @@ -import { Text, TouchableOpacity } from "react-native"; +import { TouchableOpacity } from "react-native"; import Icon from "react-native-vector-icons/Ionicons"; +import Colors from "../constants/colors"; function FloatingButton() { return ( {