Address greptile review feedback (greploop iteration 1)

Add missing display: block and marginTop: 8 to the grace period
recommendation Text element, matching the original div styling.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
yuneng-jiang 2026-03-23 22:12:40 -07:00
parent 63525d1215
commit 345af54100

View file

@ -241,7 +241,7 @@ export function RegenerateKeyModal({ selectedToken, visible, onClose, onKeyUpdat
>
<Input placeholder="e.g. 24h, 2d (empty = immediate revoke)" />
</Form.Item>
<Text type="secondary" style={{ fontSize: 12 }}>
<Text type="secondary" style={{ fontSize: 12, display: "block", marginTop: 8 }}>
Recommended: 24h to 72h for production keys to allow seamless client migration.
</Text>
</Form>