Skip to content

Commit

Permalink
Replace color/text/placeholder with color/text/secondary
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Nov 15, 2024
1 parent 0a6d9da commit d544b84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Dropdown/Dropdown.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ limitations under the License.
}

button.placeholder {
color: var(--cpd-color-text-placeholder);
color: var(--cpd-color-text-secondary);
}

.border {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Progress/Progress.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ limitations under the License.
flex-direction: column;
gap: var(--cpd-space-1x);

--cpd-progress-bar-main: var(--cpd-color-text-placeholder);
--cpd-progress-bar-main: var(--cpd-color-text-secondary);
--cpd-progress-bar-muted: var(--cpd-color-gray-800);

&[data-tint="green"] {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Search/Search.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ limitations under the License.
}

.input::placeholder {
color: var(--cpd-color-text-placeholder);
color: var(--cpd-color-text-secondary);
}

.input:focus::placeholder {
Expand Down

0 comments on commit d544b84

Please sign in to comment.