@klu_dev/ui-klu-green 1.1.10 → 1.1.11
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.css +4 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -824,13 +824,13 @@ button,
|
|
|
824
824
|
fill: hsl(var(--uiklu-destructive) / 1);
|
|
825
825
|
}
|
|
826
826
|
.uiklu-fill-inputtext{
|
|
827
|
-
fill: hsl(var(--uiklu-inputtext));
|
|
827
|
+
fill: hsl(var(--uiklu-inputtext) / 1);
|
|
828
828
|
}
|
|
829
829
|
.uiklu-stroke-destructive{
|
|
830
830
|
stroke: hsl(var(--uiklu-destructive) / 1);
|
|
831
831
|
}
|
|
832
832
|
.uiklu-stroke-inputtext{
|
|
833
|
-
stroke: hsl(var(--uiklu-inputtext));
|
|
833
|
+
stroke: hsl(var(--uiklu-inputtext) / 1);
|
|
834
834
|
}
|
|
835
835
|
.uiklu-p-0{
|
|
836
836
|
padding: 0px;
|
|
@@ -1117,7 +1117,8 @@ button,
|
|
|
1117
1117
|
color: rgb(21 128 61 / var(--tw-text-opacity, 1));
|
|
1118
1118
|
}
|
|
1119
1119
|
.uiklu-text-inputtext{
|
|
1120
|
-
|
|
1120
|
+
--tw-text-opacity: 1;
|
|
1121
|
+
color: hsl(var(--uiklu-inputtext) / var(--tw-text-opacity, 1));
|
|
1121
1122
|
}
|
|
1122
1123
|
.uiklu-text-orange{
|
|
1123
1124
|
--tw-text-opacity: 1;
|