Skip to content

Commit b9e45be

Browse files
committed
style: review searchbar scrollbar style
1 parent 15b51b6 commit b9e45be

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

apps/site/components/Common/Searchbox/ChatInteractions/index.module.css

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
px-1;
1313

1414
&::-webkit-scrollbar {
15-
@apply scrollbar-thin;
15+
@apply size-1.5;
1616
}
1717

1818
&::-webkit-scrollbar-track {
@@ -22,7 +22,7 @@
2222

2323
&::-webkit-scrollbar-thumb {
2424
@apply rounded-md
25-
bg-neutral-300;
25+
bg-neutral-900;
2626
}
2727
}
2828

@@ -38,8 +38,7 @@
3838
}
3939

4040
.scrollDownButton {
41-
@apply scrollbar-thin
42-
absolute
41+
@apply absolute
4342
bottom-36
4443
left-1/2
4544
inline-flex

apps/site/components/Common/Searchbox/Search/index.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
dark:text-neutral-200;
146146

147147
&::-webkit-scrollbar {
148-
@apply scrollbar-thin;
148+
@apply size-1.5;
149149
}
150150

151151
&::-webkit-scrollbar-track {
@@ -154,7 +154,7 @@
154154

155155
&::-webkit-scrollbar-thumb {
156156
@apply rounded-md
157-
bg-neutral-300;
157+
bg-neutral-900;
158158
}
159159
}
160160

0 commit comments

Comments
 (0)