Skip to content

Commit

Permalink
remove border (#2539)
Browse files Browse the repository at this point in the history
  • Loading branch information
ratik21 authored Jan 5, 2025
1 parent 1a994eb commit 0dba0c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/sidekick/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@
flex-shrink: 0;
pointer-events: auto;
max-width: $width-sidekick;
border: 1px solid rgba(52, 56, 60);

// note: removing border for now to make it look better
//border: 1px solid rgba(52, 56, 60);

@include glass-outer;
}
Expand Down

0 comments on commit 0dba0c5

Please sign in to comment.