Skip to content
This repository was archived by the owner on Jul 20, 2025. It is now read-only.

Commit 41f308a

Browse files
authored
fix: custom scrollbar (#107)
1 parent cbb15cd commit 41f308a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.changeset/eighty-lies-admire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@babylonlabs-io/bbn-core-ui": patch
3+
---
4+
5+
fix: custom scrollbar

src/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
}
2121

2222
.custom-scrollbar::-webkit-scrollbar-thumb {
23-
@apply bg-primary-main;
23+
@apply bg-accent-primary/80;
2424
}
2525

2626
.custom-scrollbar::-webkit-scrollbar-track {
27-
@apply bg-primary-main;
27+
@apply bg-accent-secondary/15;
2828
}
2929
}

0 commit comments

Comments
 (0)