Skip to content

Commit ced9bbd

Browse files
Merge pull request #1230 from OpenSignLabs/fix-Confetti
fix: tour design
2 parents 5559798 + 15d57d9 commit ced9bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/OpenSign/src/primitives/TourContentWithBtn.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function TourContentWithBtn({ message, isChecked, video }) {
2424
></iframe>
2525
</div>
2626
)}
27-
<label className="flex items-center justify-center mb-0">
27+
<label className="flex items-center justify-center mt-3 mb-0">
2828
<input
2929
type="checkbox"
3030
className="op-checkbox op-checkbox-xs mr-1"

0 commit comments

Comments
 (0)