From e5a52d0f9498744a03a09ff199de43a70ce0f55f Mon Sep 17 00:00:00 2001 From: mathysPaul Date: Wed, 20 Sep 2023 18:34:20 +0200 Subject: [PATCH] fix checkbox Profile off-screen --- front/components/ScoreGraph.tsx | 41 ++++++++++++++++++--------------- front/views/ProfileView.tsx | 2 +- 2 files changed, 24 insertions(+), 19 deletions(-) diff --git a/front/components/ScoreGraph.tsx b/front/components/ScoreGraph.tsx index f371801..1f58779 100644 --- a/front/components/ScoreGraph.tsx +++ b/front/components/ScoreGraph.tsx @@ -6,8 +6,8 @@ import { useBreakpointValue, useTheme, Text, - ScrollView, View, + Wrap, } from 'native-base'; import { LineChart } from 'react-native-chart-kit'; import SongHistory from '../models/SongHistory'; @@ -153,10 +153,10 @@ const ScoreGraph = (props: ScoreGraphProps) => { alignItems: 'center', }} > - Skils - + Skils + {skills.map((skill) => ( - + { /> ))} - - + + + + { right: 0, left: 0, width: '100%', - height: '100%', + height: '180%', // TODO Need to fixe the background margin: 0, padding: 0, position: 'absolute',