Skip to content

Commit 8922b61

Browse files
authored
Merge pull request #2043 from OpenSignLabs/staging
v2.32.0
2 parents db4b2d5 + 334edb3 commit 8922b61

36 files changed

+639
-37838
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)