Skip to content

Commit

Permalink
[MOD] Accept button color
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Feb 7, 2024
1 parent 6e9d52f commit 63ff1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/routes/landing/components/Terms.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Terms = ({ show, mode, onSubmit, onClose }) => {
</label>
</div>
<div className="form-control items-end mt-4">
<button type="submit" disabled={ !tac || !age } className="btn interstitial">{t("landing.acceptandcontinue")}</button>
<button type="submit" disabled={ !tac || !age } className="btn btn-primary interstitial">{t("landing.acceptandcontinue")}</button>
</div>
</form>
</div>
Expand Down

0 comments on commit 63ff1a0

Please sign in to comment.