[Styles] Switch to createThemedStylesheet

This commit is contained in:
Beef 2023-01-03 00:17:58 +00:00
parent fee7f345fa
commit d0f4e87475
2 changed files with 3 additions and 2 deletions

View file

@ -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");