mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-28 07:54:22 -04:00
Some Fixes
This commit is contained in:
parent
8222eb430e
commit
d9a61fd436
9 changed files with 73 additions and 32 deletions
|
@ -7,7 +7,7 @@
|
|||
import "./style.css";
|
||||
|
||||
import { classNameFactory } from "@api/Styles";
|
||||
import { Button, ButtonLooks, GuildStore, useStateFromStores } from "@webpack/common";
|
||||
import { Button, GuildStore, useStateFromStores } from "@webpack/common";
|
||||
|
||||
import { HiddenServersStore } from "../HiddenServersStore";
|
||||
import { openHiddenServersModal } from "./HiddenServersMenu";
|
||||
|
@ -23,7 +23,7 @@ function HiddenServersButton() {
|
|||
{actuallyHidden > 0 ? (
|
||||
<Button
|
||||
className={cl("button")}
|
||||
look={ButtonLooks.BLANK}
|
||||
look={Button.Looks.BLANK}
|
||||
size={Button.Sizes.MIN}
|
||||
onClick={() => openHiddenServersModal()}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue