refactor(input): update bg color and label color for ionic (#29698)
@@ -15,6 +15,7 @@
|
||||
--placeholder-color: #{tokens.$ionic-color-neutral-800};
|
||||
--placeholder-opacity: 1;
|
||||
--text-color-invalid: #{tokens.$ionic-color-danger-800};
|
||||
--background: #{tokens.$ionic-color-base-white};
|
||||
|
||||
font-size: tokens.$ionic-font-size-350;
|
||||
}
|
||||
@@ -170,7 +171,7 @@
|
||||
:host(.input-disabled:not(.ion-valid)) .input-bottom .helper-text,
|
||||
:host(.input-disabled) .input-bottom .counter,
|
||||
:host(.input-disabled) .label-text-wrapper {
|
||||
color: tokens.$ionic-color-neutral-400;
|
||||
color: tokens.$ionic-color-neutral-500;
|
||||
}
|
||||
|
||||
:host(.input-disabled.has-focus.ion-valid) {
|
||||
|
||||
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |