From 96e8fdff5fe69bb0b455b58042af65e332ef66ff Mon Sep 17 00:00:00 2001 From: KKlochko Date: Wed, 26 Mar 2025 11:50:58 +0200 Subject: [PATCH] Update the disabled style for pagination buttons. --- .../components/my_components/pagination.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/decentralised_book_index_web/components/my_components/pagination.ex b/lib/decentralised_book_index_web/components/my_components/pagination.ex index 8753e0f..45aef8b 100644 --- a/lib/decentralised_book_index_web/components/my_components/pagination.ex +++ b/lib/decentralised_book_index_web/components/my_components/pagination.ex @@ -70,7 +70,7 @@ defmodule DecentralisedBookIndexWeb.Components.MyComponents.Pagination do ~H""" <.link class={[ - @rest[:disabled] && "opacity-60 grayscale pointer-events-none", + @rest[:disabled] && "opacity-80 pointer-events-none", @class ]} {@rest}