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}