From c54b469dcbdf252af55ff0b8626b9f14165a0ef3 Mon Sep 17 00:00:00 2001 From: Liam <43280985+LiamAshdown@users.noreply.github.com> Date: Thu, 17 Aug 2023 21:50:11 +0100 Subject: [PATCH] fix: Update the style of the 'Go To' input in the conversations table (#7753) --- .../dashboard/assets/scss/widgets/_woot-tables.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/javascript/dashboard/assets/scss/widgets/_woot-tables.scss b/app/javascript/dashboard/assets/scss/widgets/_woot-tables.scss index 8d6581f82..e7a1adbca 100644 --- a/app/javascript/dashboard/assets/scss/widgets/_woot-tables.scss +++ b/app/javascript/dashboard/assets/scss/widgets/_woot-tables.scss @@ -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; - } }