Skip to content

Commit

Permalink
Merge pull request #582 from sayanp607/master
Browse files Browse the repository at this point in the history
background color changed of the toggle button
  • Loading branch information
Trisha-tech authored Oct 29, 2024
2 parents 97bc68e + f004e06 commit c0bd656
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
height: 25px;
border-radius: 50%;
pointer-events: none;
background: radial-gradient(circle, #14436189, rgba(110, 137, 255, 0.462));
background: radial-gradient(circle, #1a85c789, rgba(110, 137, 255, 0.462));
transition: transform 0.1s, left 0.1s, top 0.1s;
}

Expand Down
8 changes: 8 additions & 0 deletions client/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ code {
@tailwind base;
@tailwind components;
@tailwind utilities;

/* .css-18xdh7s-MuiButtonBase-root-MuiIconButton-root {
background-color: rgb(255, 255, 255) !important;
} */

.MuiIconButton-root svg {
fill: white /* Set the initial color of the icon */
}

0 comments on commit c0bd656

Please sign in to comment.