refactor(input): update bg color and label color for ionic (#29698)

This commit is contained in:
Maria Hutt
2024-07-09 12:32:04 -07:00
committed by GitHub
parent abe3b3f100
commit 0979172b61
7 changed files with 2 additions and 1 deletions

View File

@@ -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) {

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB