Compare commits

...

1 Commits

Author SHA1 Message Date
Robert Pintilii
dcd47f4269 fix(title-bar) Fix native titlebar (#10882) 2022-02-11 09:17:09 +02:00

View File

@@ -132,7 +132,6 @@ export default {
},
alwaysOnTitleBar: {
padding: 4,
paddingRight: 0,
borderRadius: 6,
backgroundColor: 'rgba(0, 0, 0, .5)',
@@ -141,7 +140,11 @@ export default {
alignSelf: 'flex-start',
alignItems: 'center',
justifyContent: 'center',
marginTop: BaseTheme.spacing[2]
marginTop: BaseTheme.spacing[2],
'&:not(:empty)': {
padding: 4
}
},
expandedLabelWrapper: {