mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-24 07:29:30 +01:00
fix header padding
This commit is contained in:
@@ -383,7 +383,7 @@ const SectionHeader = ({title, collapsed, setCollapsed}) => {
|
||||
}}
|
||||
style={{
|
||||
height: 50,
|
||||
paddingHorizontal: 12,
|
||||
paddingHorizontal: 0,
|
||||
justifyContent: 'space-between',
|
||||
flexDirection: 'row',
|
||||
alignItems: 'center',
|
||||
|
||||
Reference in New Issue
Block a user