diff --git a/src/renderer/src/components/button/button.css.ts b/src/renderer/src/components/button/button.css.ts index e342b2e9..1b59c697 100644 --- a/src/renderer/src/components/button/button.css.ts +++ b/src/renderer/src/components/button/button.css.ts @@ -55,4 +55,16 @@ export const button = styleVariants({ color: "#c0c1c7", }, ], + danger: [ + base, + { + border: `solid 1px #a31533`, + backgroundColor: "transparent", + color: "white", + ":hover": { + backgroundColor: "#a31533", + color: "white", + }, + }, + ], }); diff --git a/src/renderer/src/pages/game-details/modals/game-options-modal.tsx b/src/renderer/src/pages/game-details/modals/game-options-modal.tsx index 73b49417..acb2afdb 100644 --- a/src/renderer/src/pages/game-details/modals/game-options-modal.tsx +++ b/src/renderer/src/pages/game-details/modals/game-options-modal.tsx @@ -174,7 +174,7 @@ export function GameOptionsModal({