[Styles] Switch to createThemedStylesheet
This commit is contained in:
parent
fee7f345fa
commit
d0f4e87475
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@ export const channels = findByProps("getVoiceChannelId");
|
|||
export const i18n = findByProps("Messages");
|
||||
export const url = findByProps("openURL");
|
||||
export const toasts = find(m => m.open && m.close && !m.startDrag && !m.init && !m.openReplay && !m.setAlwaysOnTop);
|
||||
export const stylesheet = findByProps("createThemedStyleSheet");
|
||||
|
||||
// React
|
||||
export const React = findByProps("createElement") as typeof import("react");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue