Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
fix: replaced placeholder typography to semantic
Browse files Browse the repository at this point in the history
  • Loading branch information
meenu-deriv committed Nov 10, 2023
1 parent 4393682 commit 20629df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/search-chip/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const SearchChip = ({
className={qtMerge(
'w-full outline-none',
'text-solid-slate-1400',
'placeholder:text-opacity-black-300',
'placeholder:text-typography-disabled',
inputClassName,
styles['bg-transparent'],
)}
Expand Down

0 comments on commit 20629df

Please sign in to comment.