Skip to content

Commit

Permalink
fix: updated dropdown styles
Browse files Browse the repository at this point in the history
  • Loading branch information
AshishBarvaliya committed Feb 26, 2024
1 parent 44ae36d commit bcdfebf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Toolbar/Toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ body:global(.expanded) {
bottom: 10px;
background: $blue;
border-radius: 3px;
padding: 2px 4px;
padding: 2px 6px;
font-size: 14px;
color: white;
box-shadow: none;
Expand All @@ -103,15 +103,17 @@ body:global(.expanded) {
display: flex;
flex-direction: column;
background: $blue;
gap: 4px;
border-radius: 3px;
margin-top: 1px;
gap: 2px;
padding: 2px 0px;
font-size: 14px;
color: white;
}

.stats_popover_item {
cursor: pointer;
padding: 0px 8px;
padding: 0px 6px;

&:hover {
color: $blue;
Expand Down

0 comments on commit bcdfebf

Please sign in to comment.