mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
💄 Fix colors of modals
This commit is contained in:
@@ -26,6 +26,8 @@ export const DeleteRegistrationTokenModal = ({
|
||||
onClick={() => {
|
||||
modals.close(id);
|
||||
}}
|
||||
variant="light"
|
||||
color="gray"
|
||||
>
|
||||
Cancel
|
||||
</Button>
|
||||
@@ -36,6 +38,8 @@ export const DeleteRegistrationTokenModal = ({
|
||||
});
|
||||
}}
|
||||
disabled={isLoading}
|
||||
variant="light"
|
||||
color="red"
|
||||
>
|
||||
Delete
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user