Skip to content

Commit a6670a6

Browse files
committed
fix prettier on color
1 parent 779ec1e commit a6670a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ const color = {
197197
black: 'black',
198198
red: 'red',
199199
whitesmoke: 'whitesmoke',
200-
}
200+
};
201201

202202
const styles = StyleSheet.create({
203203
button: {

0 commit comments

Comments
 (0)