We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cec306 commit 19c5f34Copy full SHA for 19c5f34
src/Window/Window.tsx
@@ -101,10 +101,9 @@ const styles = StyleSheet.create({
101
},
102
103
titleBar: {
104
- height: 33,
+ height: 36,
105
margin: 2,
106
- paddingLeft: 4,
107
- paddingRight: 2,
+ paddingHorizontal: 4,
108
109
110
titleBarText: {
@@ -119,8 +118,8 @@ const styles = StyleSheet.create({
119
118
120
121
button: {
122
- height: 27,
123
- width: 31,
+ height: 28,
+ width: 32,
124
paddingVertical: 0,
125
paddingHorizontal: 0,
126
0 commit comments