@indice/ng-components 0.3.2-beta.8 → 0.3.2-beta.9
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
|
@@ -813,7 +813,7 @@
|
|
|
813
813
|
}
|
|
814
814
|
|
|
815
815
|
.form-header-search-input {
|
|
816
|
-
@apply block w-60 bg-gray-50 rounded-
|
|
816
|
+
@apply block w-60 bg-gray-50 rounded-md text-sm text-gray-900 placeholder-gray-500 outline-none;
|
|
817
817
|
}
|
|
818
818
|
|
|
819
819
|
.field-label {
|