Skip to content

Commit

Permalink
Changed the color of the tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
sharmrj committed May 29, 2024
1 parent fe91f40 commit 38043a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/features/webapp-prompt/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
position: absolute;
display: inline-flex;
z-index: 201;
background-color: rgb(20, 115, 230);
background-color: #3B63FB;
height: fit-content;
width: 8.875rem;
top: 120%;
Expand All @@ -29,7 +29,7 @@
content: '';
position: absolute;
z-index: 200;
background-color: rgb(20, 115, 230);
background-color: #3B63FB;
width: 0.44rem;
height: 0.44rem;
border-radius: 0.05rem;
Expand Down

0 comments on commit 38043a9

Please sign in to comment.