Skip to content

Commit

Permalink
fix: style issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PritishBudhiraja committed Oct 1, 2024
1 parent 505109e commit e473bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/SaveDetailsCheckbox.res
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ let make = (~isChecked, ~setIsChecked) => {
<label className={`container CheckboxInput ${checkedState}`}>
<input type_={`checkbox`} onChange />
<div className={`checkmark CheckboxInput ${checkedState} mt-1`} />
<div className={`CheckboxLabel ${checkBoxLabelState} ml-2 w-11/12`}>
<div className={`CheckboxLabel ${checkBoxLabelState} ml-2 w-11/12 opacity-50 text-xs`}>
{React.string(saveCardCheckboxLabel)}
</div>
</label>
Expand Down

0 comments on commit e473bd9

Please sign in to comment.