@onereach/ui-components 6.4.1 → 6.4.2-beta.3396.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,9 @@ const CodeControl = [
18
18
  // Spacing
19
19
  '!mx-none', '!my-none',
20
20
  // Theme
21
- 'theme-background-default', 'dark:theme-background-default-dark'];
21
+ 'theme-background-default', 'dark:theme-background-default-dark',
22
+ // todo: https://onereach.atlassian.net/browse/UI-580
23
+ 'dark:invert dark:hue-rotate-180'];
22
24
  const CodeModal = [
23
25
  // Sizing
24
26
  '!h-full'];