renderloom 1.0.6 → 1.0.7

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.
@@ -9789,6 +9789,7 @@ const Nm = ({
9789
9789
  ke,
9790
9790
  {
9791
9791
  variant: "outline",
9792
+ className: "text-foreground font-semibold",
9792
9793
  onClick: () => s(e - 1),
9793
9794
  disabled: e === 1 || n,
9794
9795
  children: "Previous"
@@ -9798,6 +9799,7 @@ const Nm = ({
9798
9799
  ke,
9799
9800
  {
9800
9801
  variant: "outline",
9802
+ className: "text-foreground font-semibold",
9801
9803
  onClick: () => s(e + 1),
9802
9804
  disabled: e === t || n,
9803
9805
  children: "Next"
@@ -9817,7 +9819,7 @@ const Nm = ({
9817
9819
  ke,
9818
9820
  {
9819
9821
  variant: "outline",
9820
- className: "p-2.5 rounded-xl shrink-0",
9822
+ className: "p-2.5 rounded-xl shrink-0 text-foreground",
9821
9823
  onClick: () => s(e - 1),
9822
9824
  disabled: e === 1 || n,
9823
9825
  children: [
@@ -9834,7 +9836,7 @@ const Nm = ({
9834
9836
  ke,
9835
9837
  {
9836
9838
  variant: c ? "primary" : "outline",
9837
- className: "w-10 h-10 p-0 rounded-xl shrink-0 font-mono text-xs",
9839
+ className: `w-10 h-10 p-0 rounded-xl shrink-0 font-mono text-xs font-semibold ${c ? "" : "text-muted-foreground hover:text-foreground"}`,
9838
9840
  onClick: () => s(i),
9839
9841
  disabled: n,
9840
9842
  children: i
@@ -9846,7 +9848,7 @@ const Nm = ({
9846
9848
  ke,
9847
9849
  {
9848
9850
  variant: "outline",
9849
- className: "p-2.5 rounded-xl shrink-0",
9851
+ className: "p-2.5 rounded-xl shrink-0 text-foreground",
9850
9852
  onClick: () => s(e + 1),
9851
9853
  disabled: e === t || n,
9852
9854
  children: [