Update the disabled style for pagination buttons.

dev
KKlochko 3 months ago
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}

Loading…
Cancel
Save