mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-06 15:15:58 +00:00
Fix styles for secondary button and dimmer
This commit is contained in:
parent
0c2c3d48f0
commit
d8b272a407
@ -224,6 +224,7 @@ contentDimmer active content =
|
|||||||
[ ( "hidden", not active )
|
[ ( "hidden", not active )
|
||||||
]
|
]
|
||||||
, class S.dimmer
|
, class S.dimmer
|
||||||
|
, class "text-gray-200"
|
||||||
]
|
]
|
||||||
[ content
|
[ content
|
||||||
]
|
]
|
||||||
|
@ -154,7 +154,7 @@ secondaryButton =
|
|||||||
|
|
||||||
secondaryButtonMain : String
|
secondaryButtonMain : String
|
||||||
secondaryButtonMain =
|
secondaryButtonMain =
|
||||||
" rounded my-auto whitespace-nowrap bg-gray-300 dark:bg-bluegray-400 text-center px-4 py-2 shadow-md focus:outline-none focus:ring focus:ring-opacity-75 dark:text-gray-800 "
|
" rounded my-auto whitespace-nowrap bg-gray-300 dark:bg-bluegray-400 text-center px-4 py-2 shadow-md focus:outline-none focus:ring focus:ring-opacity-75 dark:text-gray-800 text-gray-800"
|
||||||
|
|
||||||
|
|
||||||
secondaryButtonHover : String
|
secondaryButtonHover : String
|
||||||
|
Loading…
x
Reference in New Issue
Block a user