1 parent 0b6c5c3 commit 78021bcCopy full SHA for 78021bc
1 file changed
src/frontend/src/modals/IOModal/playground-modal.tsx
@@ -426,7 +426,7 @@ export default function IOModal({
426
<Button
427
onClick={LangflowButtonClick}
428
variant="primary"
429
- className="hidden w-full !rounded-xl shadow-lg"
+ className="!hidden w-full !rounded-xl shadow-lg"
430
>
431
<LangflowLogoColor />
432
<div className="text-sm">Built with Langflow</div>
@@ -444,7 +444,7 @@ export default function IOModal({
444
445
446
447
- className="hidden h-12 w-12 !rounded-xl !p-4 shadow-lg"
+ className="!hidden h-12 w-12 !rounded-xl !p-4 shadow-lg"
448
449
450
<LangflowLogoColor className="h-[18px] w-[18px] scale-150" />
0 commit comments