Increase drafts button horizontal padding and gap
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,7 @@ export function DraftsButton({
|
|||||||
color="primary"
|
color="primary"
|
||||||
shape="default"
|
shape="default"
|
||||||
size="small"
|
size="small"
|
||||||
style={[a.rounded_full, a.py_sm, {paddingLeft: 7, paddingRight: 7}]}
|
style={[a.rounded_full, a.py_sm, a.px_md, a.mx_xs]}
|
||||||
disabled={isSaving}
|
disabled={isSaving}
|
||||||
onPress={handlePress}>
|
onPress={handlePress}>
|
||||||
<ButtonText style={[a.text_md]}>
|
<ButtonText style={[a.text_md]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user