Merge branch 'main' into 404

This commit is contained in:
Esther Lizardo
2023-02-13 21:47:08 +00:00
committed by GitHub
9 changed files with 54 additions and 32 deletions

View File

@ -35,6 +35,7 @@ export function Button(props: any) {
) : (
<button
id={props.id}
type="button"
className={classNames(
baseStyles,
color === "primary" ? primaryStyles : secondaryStyles,