Skip to content

Commit 334edb3

Browse files
Merge pull request #2042 from OpenSignLabs/updates-19765002150
v2.32.0
2 parents 4593ce7 + 6465aa7 commit 334edb3

36 files changed

+639
-37890
lines changed

apps/OpenSign/examples/tailwind-usage-examples.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ const DisabledButtonExamples = () => {
2121

2222
{/* Option C: Conditional styling */}
2323
<button
24-
className={`op-btn op-btn-primary ${
25-
isDisabled ? "op-btn-vscode-disabled" : ""
26-
}`}
24+
className={`op-btn op-btn-primary ${isDisabled ? "op-btn-vscode-disabled" : ""}`}
2725
disabled={isDisabled}
2826
>
2927
Conditional Button

0 commit comments

Comments
 (0)