Explorar el Código

Fix ids of custom size star ratings (#2038)

BG-Software hace 8 meses
padre
commit
3a4f10f936
Se han modificado 2 ficheros con 7 adiciones y 2 borrados
  1. 5 0
      .changeset/hungry-poets-speak.md
  2. 2 2
      src/pages/stars-rating.html

+ 5 - 0
.changeset/hungry-poets-speak.md

@@ -0,0 +1,5 @@
+---
+"@tabler/core": patch
+---
+
+Fix ids of custom size star ratings

+ 2 - 2
src/pages/stars-rating.html

@@ -56,8 +56,8 @@ menu: base.stars-rating
 				<div class="space-y">
 					{% include ui/rating.html id="size-sm" value=3 size="sm" %}
 					{% include ui/rating.html id="size-primary" value=3 %}
-					{% include ui/rating.html id="size-red" value=3 size="md" %}
-					{% include ui/rating.html id="size-lime" value=3 size="lg" %}
+					{% include ui/rating.html id="size-md" value=3 size="md" %}
+					{% include ui/rating.html id="size-lg" value=3 size="lg" %}
 				</div>
 			</div>
 		</div>