mirror of
https://github.com/Equicord/Equicord.git
synced 2025-01-31 03:33:36 -05:00
Fix Creations Mistake
This commit is contained in:
parent
f7f2053e10
commit
d1528d2756
1 changed files with 1 additions and 1 deletions
|
@ -287,12 +287,12 @@ export default function PluginModal({ plugin, onRestartNeeded, onClose, transiti
|
|||
<Tooltip text="Reset to default settings" shouldShow={!isObjectEmpty(tempSettings)}>
|
||||
{({ onMouseEnter, onMouseLeave }) => (
|
||||
<Button
|
||||
className="button-danger-background-no-margin"
|
||||
size={Button.Sizes.SMALL}
|
||||
color={Button.Colors.BRAND}
|
||||
onClick={handleResetClick}
|
||||
onMouseEnter={onMouseEnter}
|
||||
onMouseLeave={onMouseLeave}
|
||||
style={{ backgroundColor: "var(--button-danger-background)" }}
|
||||
>
|
||||
Reset
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue