Update the disabled style for pagination buttons.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user