Skip to content

Commit

Permalink
#22/update : change button color in map screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Hein-HtetSan committed Oct 30, 2024
1 parent c832b81 commit 16ecfd8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/(tabs)/map.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import { StatusBar } from "expo-status-bar";
import { getFirestore, collection, addDoc } from "firebase/firestore";
import { auth, db } from "../../firebaseConfig";
import { onSnapshot, doc, getDoc, getDocs } from "firebase/firestore";
import { Colors } from "../../constants/Colors";

const Map = () => {
const [location, setLocation] = useState(null);
Expand Down Expand Up @@ -502,10 +503,13 @@ const styles = StyleSheet.create({
elevation: 3,
},
normalButton: {
bottom: 120,
bottom: 190,
},
donationButton: {
bottom: 80,
bottom: 140,
backgroundColor: Colors.tailwind.updatedBg,
borderColor: Colors.white,
borderWidth: 1,
},
buttonImage: {
width: 25,
Expand Down

0 comments on commit 16ecfd8

Please sign in to comment.