Skip to content

Commit

Permalink
Resolved Login Portal Toggle #2977 (#2995)
Browse files Browse the repository at this point in the history
* Resolved Loggin Toggle Issue

* Resolved Loggin Toggle Issue

* Changed background color from green to dark blue

* Assign variable for color
  • Loading branch information
aadhil2k4 authored Dec 28, 2024
1 parent a788c5e commit 3718fbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/LoginPortalToggle/LoginPortalToggle.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
}

.activeLink {
color: var(--bs-white);
color: white;
border: 1px solid var(--bs-primary);
background-color: var(--active-button-bg);
background-color: var(--toggle-button-bg);
}

.activeLink:hover {
color: var(--bs-white);
background-color: var(--active-hover);
background-color: var(--toggle-button-bg);
border: 1px solid var(--bs-primary);
}
1 change: 1 addition & 0 deletions src/style/app.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
--table-image-small-size: 25px;
--bs-primary: #0056b3;
--bs-white: #fff;
--toggle-button-bg: #1e4e8c;
--table-head-bg: var(
--bs-primary,
blue
Expand Down

0 comments on commit 3718fbb

Please sign in to comment.