From 021f8a2e5a75e392f2f677175008e29f1834c28c Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Thu, 15 Jul 2021 21:32:00 +0200 Subject: added nicer icons --- app/components/tweaks/tweaks.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/components') diff --git a/app/components/tweaks/tweaks.tsx b/app/components/tweaks/tweaks.tsx index 11b71e6..d275a5b 100644 --- a/app/components/tweaks/tweaks.tsx +++ b/app/components/tweaks/tweaks.tsx @@ -8,6 +8,7 @@ import Slider from "@react-native-community/slider" import { useState } from "react" import Accordion from 'react-native-collapsible/Accordion' import * as Animatable from 'react-native-animatable' +import Icon from 'react-native-vector-icons/MaterialCommunityIcons' const CONTAINER: ViewStyle = { justifyContent: "center", @@ -139,7 +140,7 @@ export const Tweaks = observer(function Tweaks(props: TweaksProps): JSX.Element {setTweaks(false)}}> - X + @@ -163,7 +164,7 @@ export const Tweaks = observer(function Tweaks(props: TweaksProps): JSX.Element {setTweaks(true)}} style={{position: "absolute", top: 50, left: 50, width: 30, color: "#ffffff", zIndex: 100}}> - O + ) } @@ -230,6 +231,8 @@ const styles = StyleSheet.create ({ left: 50, top: 50, width: 300, + borderRadius: 5, + borderStyle: "solid", }, title: { textAlign: 'left', -- cgit v1.2.3