Skip to content

Commit

Permalink
improve filter component color contrast (argoproj#19468)
Browse files Browse the repository at this point in the history
Signed-off-by: Jessie Teng <[email protected]>
Co-authored-by: Jessie Teng <[email protected]>
  • Loading branch information
JessieTeng89 and Jessie Teng committed Aug 21, 2024
1 parent 7d53ef1 commit 69ef68f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/applications/components/filter/filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const Filter = (props: FilterProps) => {
setValues(update);
}}
style={{width: '100%'}}
inputStyle={{marginBottom: '0.5em', backgroundColor: 'black', border: 'none'}}
inputStyle={{marginBottom: '0.5em', backgroundColor: 'black', border: 'none', color: '#fff'}}
/>
)}
{((props.field ? tags : options) || []).map((opt, i) => (
Expand Down

0 comments on commit 69ef68f

Please sign in to comment.