mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-09 06:55:03 +00:00
chore: update delete confirmation modals to use danger button color (#6589)
* refactor: remove size prop from Button components for consistency across modals and improve styling * style: update confirm button colors in modal components for consistency
This commit is contained in:
@@ -195,6 +195,7 @@ const CollectionsList = ({ workspace }) => {
|
||||
handleConfirm={confirmRemoveCollection}
|
||||
confirmText={isDelete ? 'Delete' : 'Remove'}
|
||||
cancelText="Cancel"
|
||||
confirmButtonColor={isDelete ? 'warning' : 'primary'}
|
||||
style="new"
|
||||
>
|
||||
<p className="text-gray-600 dark:text-gray-300">
|
||||
|
||||
Reference in New Issue
Block a user