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
The arrow should render correctly (un-inverted for darkmode, inverted for light mode).
It may make sense to simply use --pico-[color] for all outline arrows. This will also make the appearance of the arrows consistent with the border color.
The text was updated successfully, but these errors were encountered:
Describe the issue
Current Behavior
An accordion like
will render the arrow in the wrong color because this css rule
does not account for
.outline
Expected Behavior
The arrow should render correctly (un-inverted for darkmode, inverted for light mode).
It may make sense to simply use
--pico-[color]
for all outline arrows. This will also make the appearance of the arrows consistent with the border color.The text was updated successfully, but these errors were encountered: