Skip to content

Commit

Permalink
Removed RC color and added CSS Color variable in Application.scss file (
Browse files Browse the repository at this point in the history
  • Loading branch information
Josephalexantony-aot authored Feb 5, 2024
1 parent 6e17d08 commit 8a692f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms-flow-web/src/components/Application/Application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
.filter-list-view {
position: absolute;
z-index: 1000;
background-color: white;
background-color: var(--color-white);
top: 31px;;
min-width: 180px;
}
Expand Down

0 comments on commit 8a692f3

Please sign in to comment.