CheckboxBase update design: color selectable

This commit is contained in:
mathysPaul
2023-09-21 23:39:27 +02:00
parent fbf4dfcfa5
commit 450fe1e7bd
3 changed files with 51 additions and 42 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ const ScoreGraph = (props: ScoreGraphProps) => {
<View key={skill.value} style={{ padding: 10 }}>
<CheckboxBase
title={skill.title}
value={skill.value}
color={skill.color}
check={skill.check}
setCheck={skill.setCheck}
/>