mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-03 05:34:23 -04:00
Cleanup border radius of login form
This commit is contained in:
parent
06171ae638
commit
952beccafc
@ -64,7 +64,7 @@ export const FormPage = ({ children, ...props }: { children: ReactNode } & Styla
|
|||||||
<SvgBlob {...css({ position: "absolute", top: 0, left: 0 })} />
|
<SvgBlob {...css({ position: "absolute", top: 0, left: 0 })} />
|
||||||
<ScrollView
|
<ScrollView
|
||||||
{...css({
|
{...css({
|
||||||
paddingHorizontal: ts(3),
|
paddingRight: ts(3),
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
<View
|
<View
|
||||||
@ -72,8 +72,9 @@ export const FormPage = ({ children, ...props }: { children: ReactNode } & Styla
|
|||||||
{
|
{
|
||||||
maxWidth: px(600),
|
maxWidth: px(600),
|
||||||
backgroundColor: (theme) => theme.background,
|
backgroundColor: (theme) => theme.background,
|
||||||
borderRadius: ts(25),
|
borderBottomRightRadius: ts(25),
|
||||||
paddingBottom: ts(5),
|
paddingBottom: ts(5),
|
||||||
|
paddingLeft: ts(3),
|
||||||
},
|
},
|
||||||
props,
|
props,
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user