@indice/ng-components 0.3.2-beta.30 → 0.3.2-beta.31
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/_styles.scss +1 -1
- package/package.json +1 -1
package/_styles.scss
CHANGED
|
@@ -665,7 +665,7 @@
|
|
|
665
665
|
}
|
|
666
666
|
|
|
667
667
|
.datepicker-button {
|
|
668
|
-
@apply relative
|
|
668
|
+
@apply relative items-center px-1.5 py-1.5 ring-0 border-0 text-sm rounded-r-lg text-gray-700 bg-gray-50 hover:bg-gray-100 focus:outline-0;
|
|
669
669
|
}
|
|
670
670
|
|
|
671
671
|
.datepicker-background {
|