feat: add margin bottom to the titles component
This commit is contained in:
parent
78cf706e69
commit
7789178772
|
@ -11,7 +11,7 @@ type TitlesProps = {
|
|||
|
||||
const Titles = ({ title, subtitle, isAdvancedSettings }: TitlesProps) => {
|
||||
return (
|
||||
<YStack style={{ width: '100%' }}>
|
||||
<YStack style={{ width: '100%', margin: '0 0 1em' }}>
|
||||
<XStack style={{ justifyContent: 'space-between', alignItems: 'center' }}>
|
||||
<Title color={'#09101C'}>{title}</Title>
|
||||
{isAdvancedSettings && (
|
||||
|
|
Loading…
Reference in New Issue