Skip to content

Commit c648436

Browse files
committed
refactor: remove unused style
1 parent b86f3ec commit c648436

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

apps/ExpoApp/components/counter/index.tsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ const Counter = () => {
1919
export default Counter;
2020

2121
const styles = StyleSheet.create({
22-
container: {
23-
flex: 1,
24-
justifyContent: 'center',
25-
alignItems: 'center',
26-
padding: 20,
27-
},
2822
text: {
2923
fontSize: 30,
3024
fontWeight: 'bold',

0 commit comments

Comments
 (0)