mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: consistent button size on save requests modal (#7197)
This commit is contained in:
@@ -218,7 +218,7 @@ const SaveRequestsModal = ({ onClose }) => {
|
||||
</Button>
|
||||
</div>
|
||||
<div className="flex gap-2">
|
||||
<Button size="sm" color="secondary" variant="ghost" onClick={onClose}>
|
||||
<Button color="secondary" variant="ghost" onClick={onClose}>
|
||||
Cancel
|
||||
</Button>
|
||||
<Button onClick={closeWithSave}>
|
||||
|
||||
Reference in New Issue
Block a user