fix: Update the style of the 'Go To' input in the conversations table (#7753)

This commit is contained in:
Liam
2023-08-17 21:50:11 +01:00
committed by GitHub
parent 29e8e41443
commit c54b469dcb

View File

@@ -76,13 +76,13 @@ table {
.ve-pagination-goto {
@apply text-slate-600 dark:text-slate-200;
.ve-pagination-goto-input {
@apply bg-white dark:bg-slate-900 text-slate-600 dark:text-slate-200;
}
}
.ve-pagination-li {
@apply bg-white dark:bg-slate-900 text-slate-600 dark:text-slate-200 border-slate-75 dark:border-slate-700;
}
.ve-pagination-goto-input {
@apply bg-white dark:bg-slate-900 text-slate-600 dark:text-slate-200;
}
}