Skip to content

Commit

Permalink
feat(example): update model button style
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Nov 8, 2024
1 parent 3c9310c commit ff751bb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions example/src/Bench.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,14 @@ const styles = StyleSheet.create({
alignItems: 'center',
},
modelItemUnselected: {
backgroundColor: '#aaa',
backgroundColor: '#33333388',
},
modelItemText: {
margin: 6,
color: '#ccc',
fontSize: 12,
fontWeight: 'bold',
},
modelItemTextUnselected: {
color: '#666',
},
progressBar: {
backgroundColor: '#3388ff',
position: 'absolute',
Expand Down

0 comments on commit ff751bb

Please sign in to comment.