From 3f345e5ac4306ef32496dfce0ad78e5bb923f585 Mon Sep 17 00:00:00 2001 From: Anyexyz Date: Wed, 20 Nov 2024 18:18:14 +0800 Subject: [PATCH] fix: add styling to pagination dropdown options --- templates/modules/pagination.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/modules/pagination.html b/templates/modules/pagination.html index 65d00d8..a517b05 100644 --- a/templates/modules/pagination.html +++ b/templates/modules/pagination.html @@ -14,6 +14,7 @@ th:selected="${i == page}" th:value="${i}" th:text="|${i} / ${totalPages}|" + class="bg-white text-gray-900 dark:bg-slate-700 dark:text-slate-50" >