Skip to content

Commit

Permalink
no bgcolor
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
  • Loading branch information
leecalcote committed Jun 27, 2024
1 parent 9797856 commit 6774b0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion common/common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@
.category-box {
display: flex;
flex-grow: 1;
background-color: var(--secondary);
background-color: none;
// background-color: var(--secondary);
border-left-width: 0;
border-radius: 12px;
margin: 0 0;
Expand Down

0 comments on commit 6774b0f

Please sign in to comment.