Skip to content

Commit

Permalink
Removed RC color and added CSS Color variable in taskDetails.scss file (
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot authored Feb 7, 2024
1 parent 91da71c commit 384ba8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
width: 90%;
right: 0;
margin-left: 10%;
color:#2780e3;
color:var(--color-primary-lt);
}
.select-user__value-container{
height: 35px;
Expand All @@ -15,7 +15,7 @@
.btn-pos {
padding: 0.30rem 0.5rem !important;
border-radius: 0 !important;
border: 1px solid rgb(184, 184, 184) !important;
border: 1px solid var(--color-gray-400) !important;
}
.group-align{
display:-webkit-box;
Expand Down

0 comments on commit 384ba8c

Please sign in to comment.