Fix styles for secondary button and dimmer

This commit is contained in:
eikek
2021-09-23 17:36:52 +02:00
parent 0c2c3d48f0
commit d8b272a407
2 changed files with 2 additions and 1 deletions

View File

@ -224,6 +224,7 @@ contentDimmer active content =
[ ( "hidden", not active )
]
, class S.dimmer
, class "text-gray-200"
]
[ content
]