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"
|
||||
shape="default"
|
||||
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}
|
||||
onPress={handlePress}>
|
||||
<ButtonText style={[a.text_md]}>
|
||||
|
||||
Reference in New Issue
Block a user