Implement more reka ui and attempt to fix review issues.

This commit is contained in:
Kavin
2026-03-27 13:36:04 +05:30
parent d1ef96e7d4
commit 75201a8083
30 changed files with 256 additions and 170 deletions

View File

@@ -173,6 +173,7 @@ onBeforeUnmount(() => {
:root {
color-scheme: only light;
scrollbar-color: #4b4f52 #d1d5db;
}
::-webkit-scrollbar {
@@ -195,10 +196,6 @@ onBeforeUnmount(() => {
background-color: #0b0e0f;
}
:root {
scrollbar-color: #4b4f52 #d1d5db;
}
.dark ::-webkit-scrollbar {
background-color: #15191a;
}