SIGN IN SIGN UP
ColorlibHQ / AdminLTE UNCLAIMED

AdminLTE - Free admin dashboard template based on Bootstrap 5

0 0 76 CSS

fix: use correct Bootstrap Icons class for Auto color mode (#6028)

The color-mode dropdown was using bi-circle-fill-half-stroke for the
Auto option, which is a FontAwesome class name. Bootstrap Icons doesn't
ship one with that name, so the icon never rendered.

Replaces it with bi-circle-half (the actual Bootstrap Icons class) in
both the docs MDX snippet and the rendered Astro example.
A
Aigars Silkalns committed
6dec868459ca7bbbd361639ad7c7c913dfbd6846
Parent: 54154bd