fix(ui): Add text-black to prose elements
This commit is contained in:
@@ -80,7 +80,7 @@ export function CardLayer(props: CardLayerProps) {
|
||||
return (
|
||||
<>
|
||||
<article
|
||||
class="absolute flex flex-col items-stretch justify-center prose prose-sm cursor-pointer"
|
||||
class="absolute flex flex-col items-stretch justify-center prose text-black prose-sm cursor-pointer"
|
||||
classList={{
|
||||
"ring-2 ring-blue-500 ring-offset-1":
|
||||
isSelected() && !draggingState(),
|
||||
|
||||
Reference in New Issue
Block a user