Move theme controls to its own screen (#4866)
This commit is contained in:
parent
388c157c36
commit
c78e9e3147
16 changed files with 204 additions and 78 deletions
|
|
@ -23,10 +23,10 @@ export function Group({children, multiple, ...props}: GroupProps) {
|
|||
style={[
|
||||
a.w_full,
|
||||
a.flex_row,
|
||||
a.border,
|
||||
a.rounded_sm,
|
||||
a.overflow_hidden,
|
||||
t.atoms.border_contrast_low,
|
||||
{borderWidth: 1},
|
||||
]}>
|
||||
{children}
|
||||
</View>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue