nit scrollbars

This commit is contained in:
Ruben Fiszel
2024-09-07 01:19:20 +02:00
parent d225e806b4
commit c4bc294db2
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -12,7 +12,7 @@
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
width: 3px;
width: 5px;
height: 3px;
}
@@ -24,7 +24,7 @@
*::-webkit-scrollbar-thumb {
@apply bg-tertiary-inverse dark:bg-tertiary;
border-radius: 10px;
border-radius: 3px;
}
@font-face {
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -717,10 +717,10 @@ const config = {
}
},
input: {
backgroundColor: theme('colors.surface-secondary') + ' !important'
backgroundColor: 'rgb(var(--color-surface-secondary)) !important'
},
textarea: {
backgroundColor: theme('colors.surface-secondary') + ' !important'
backgroundColor: 'rgb(var(--color-surface-secondary)) !important'
}
})
addComponents({