Aligned title bar items to the center and fixed left spacing on the sign in button

co-authored-by: max <max@zed.dev>
This commit is contained in:
Mikayla Maki
2023-03-23 13:08:31 -07:00
co-authored by max
parent f9d3963dbb
commit bb5c2833a3
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -174,6 +174,9 @@ export default function workspace(colorScheme: ColorScheme) {
// Sign in buttom
// FlatButton, Variant
signInPrompt: {
margin: {
left: itemSpacing
},
...titlebarButton,
},