@sentio/ui-dashboard 0.3.5 → 0.3.6

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.
package/dist/index.mjs CHANGED
@@ -6946,8 +6946,7 @@ function StyleCard({ selected, label, onClick, preview }) {
6946
6946
  type: "button",
6947
6947
  onClick,
6948
6948
  className: classNames12(
6949
- "flex flex-col items-stretch overflow-hidden rounded-lg border bg-white text-left transition-colors",
6950
- "dark:bg-default-bg",
6949
+ "flex flex-col items-stretch overflow-hidden rounded-lg border text-left transition-colors",
6951
6950
  selected ? "border-primary-600 ring-primary-600/30 ring-3 shadow-sm" : "border-main hover:border-primary-400"
6952
6951
  ),
6953
6952
  children: [