Skip to content

Commit

Permalink
color fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad-Tahir-S committed Jun 19, 2023
1 parent 41614c0 commit e557a8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/app/components/dashboards/dashboard-widget/Widget.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
top: 17px;
right: 0;
z-index: 1;
color: #6a7290;
color: @gray-500A;

.action {
font-size: 24px;
Expand All @@ -23,7 +23,7 @@

&:hover {
background-color: transparent;
color: #d8a2f3;
color: @primary-300;
}

&:active {
Expand Down

0 comments on commit e557a8b

Please sign in to comment.