Skip to content

Commit

Permalink
Merge pull request #890 from DTS-STN/stepper-refinement
Browse files Browse the repository at this point in the history
fix:refined stepper
  • Loading branch information
numbap authored Jun 28, 2023
2 parents a4ac68c + 4fd62e2 commit 2f22fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Stepper/Stepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Button } from "../Button/Button";

export function Stepper(props) {
return (
<div className="ds-border-multi-neutrals-grey85a ds-border ds-pt-3 ds-pb-14 sm:ds-pb-40">
<div className="ds-border-multi-neutrals-grey85a ds-border ds-pt-3 ds-pb-6 sm:ds-pb-40">
<div className="ds-px-4">
<h1 className="sm:ds-pb-12 ds-pb-9">
<div className="ds-text-[22px] ds-leading-[33px] ds-text-[#666666] ds-font-[400] font-display font-normal">
Expand Down

0 comments on commit 2f22fc4

Please sign in to comment.