Skip to content

Commit 95cf951

Browse files
committed
feat: Update box style
1 parent fb088e8 commit 95cf951

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/browser/src/popup/scss/box.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@
2828
}
2929

3030
.box-header {
31-
margin: 15px 10px 5px 10px;
32-
padding: 0px 0px 4px 0;
31+
margin: 8px;
32+
padding: 0px;
3333
display: flex;
3434
font-size: $font-size-small;
3535
text-transform: uppercase;
36-
color: #95999d;
3736
font-weight: bold;
3837
@include themify($themes) {
3938
color: themed("labelColor");

0 commit comments

Comments
 (0)