mirror of
https://gitea.tendokyu.moe/ppc/amnet.git
synced 2026-09-27 17:27:55 +03:00
increase spacing
This commit is contained in:
@@ -29,7 +29,7 @@ export function AMUICard(props: AMUICardActionProps & AMUICardProps) {
|
||||
|
||||
export function AMUICardDetail(props: { children?: Readonly<React.ReactNode> }) {
|
||||
return (
|
||||
<View style={{display: "flex", flexDirection: "row", alignItems: "center", gap: 5}}>
|
||||
<View style={{display: "flex", flexDirection: "row", alignItems: "center", gap: 8}}>
|
||||
{props.children}
|
||||
</View>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user