Update the disabled style for pagination buttons.

This commit is contained in:
2025-03-26 11:50:58 +02:00
parent 6da06d8c7b
commit 96e8fdff5f
@@ -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}