You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like some classes from ui-common are not getting applied; I moved the component ModalWrapper to ui-common and the style changed
before:
after:
Specifically; I noticed:
class="absolute top-[22px] left-[22px]" was not getting the top and left applied.
and py-6 was also not getting applied in <div class="flex flex-col items-center py-6">; but if I changed it to py-8 it does apply it, so it would look like some classes are getting tree-shaken or something?
The text was updated successfully, but these errors were encountered:
It looks like some classes from ui-common are not getting applied; I moved the component
ModalWrapper
toui-common
and the style changedbefore:
after:
Specifically; I noticed:
class="absolute top-[22px] left-[22px]"
was not getting the top and left applied.and
py-6
was also not getting applied in<div class="flex flex-col items-center py-6">
; but if I changed it to py-8 it does apply it, so it would look like some classes are getting tree-shaken or something?The text was updated successfully, but these errors were encountered: