Added lib/password. Small tweaks.
This commit is contained in:
@@ -3,7 +3,7 @@ import { Row, Column, Text } from '@umami/react-zen';
|
||||
export function ActionForm({ label, description, children }) {
|
||||
return (
|
||||
<Row padding="6" border borderRadius="3" justifyContent="space-between" shadow="2">
|
||||
<Column>
|
||||
<Column gap>
|
||||
<Text weight="bold">{label}</Text>
|
||||
<Text>{description}</Text>
|
||||
</Column>
|
||||
|
||||
Reference in New Issue
Block a user