Skip to content

Commit

Permalink
modify ui in dark mode in source selection tag (argoproj#19482)
Browse files Browse the repository at this point in the history
Signed-off-by: thisishwan2 <[email protected]>
  • Loading branch information
thisishwan2 committed Aug 15, 2024
1 parent 3124948 commit afc2fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui/src/app/shared/components/tags-input/tags-input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
&__tag {
position: relative;
display: inline-block;
background: $argo-color-gray-3;
background-color: $argo-color-gray-4;
color: $argo-color-gray-8;
box-shadow: 1px 1px 3px $argo-color-gray-5;
border-radius: 5px;
padding: 4px 18px 4px 4px;
Expand Down

0 comments on commit afc2fe7

Please sign in to comment.