Skip to content

Commit

Permalink
refactor: hyphen separated class naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Sharma authored and Saksham Sharma committed Aug 9, 2024
1 parent 041726b commit 98e17fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Components/DynamicFields.res
Original file line number Diff line number Diff line change
Expand Up @@ -493,14 +493,14 @@ let make = (
->React.array}
<RenderIf condition={isRenderDynamicFieldsInsideBilling}>
<div
className={`billing__section ${spacedStylesForBiilingDetails} w-full text-left`}
className={`billing-section ${spacedStylesForBiilingDetails} w-full text-left`}
style={
border: {isSpacedInnerLayout ? `1px solid ${themeObj.borderColor}` : ""},
borderRadius: {isSpacedInnerLayout ? themeObj.borderRadius : ""},
margin: {isSpacedInnerLayout ? `10px 0` : ""},
}>
<div
className="billing__details__text"
className="billing-details-text"
style={
marginBottom: "5px",
fontSize: themeObj.fontSizeLg,
Expand Down

0 comments on commit 98e17fe

Please sign in to comment.