From ff751bb021b8494a8e6cf3a7deccbb275580d9de Mon Sep 17 00:00:00 2001 From: Jhen Date: Fri, 8 Nov 2024 12:49:21 +0800 Subject: [PATCH] feat(example): update model button style --- example/src/Bench.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/example/src/Bench.tsx b/example/src/Bench.tsx index 590a0bd..0a913ae 100644 --- a/example/src/Bench.tsx +++ b/example/src/Bench.tsx @@ -65,7 +65,7 @@ const styles = StyleSheet.create({ alignItems: 'center', }, modelItemUnselected: { - backgroundColor: '#aaa', + backgroundColor: '#33333388', }, modelItemText: { margin: 6, @@ -73,9 +73,6 @@ const styles = StyleSheet.create({ fontSize: 12, fontWeight: 'bold', }, - modelItemTextUnselected: { - color: '#666', - }, progressBar: { backgroundColor: '#3388ff', position: 'absolute',