mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-17 10:27:03 -04:00
fix modal image + reviewdb bot tag (#1761)
* fix modal image * fix reviewdb bot tag
This commit is contained in:
parent
62277770a8
commit
88b06191b9
2 changed files with 2 additions and 2 deletions
|
@ -20,5 +20,5 @@ import { findByPropsLazy } from "@webpack";
|
|||
|
||||
import * as t from "./types/classes";
|
||||
|
||||
export const ModalImageClasses: t.ImageModalClasses = findByPropsLazy("image", "modal");
|
||||
export const ModalImageClasses: t.ImageModalClasses = findByPropsLazy("image", "modal", "responsiveWidthMobile");
|
||||
export const ButtonWrapperClasses: t.ButtonWrapperClasses = findByPropsLazy("buttonWrapper", "buttonContent");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue