Skip to content

Commit

Permalink
Update of font styles for buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Nov 20, 2023
1 parent 882a059 commit 954bd9e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dapp/src/theme/Button.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@ import { mode } from "@chakra-ui/theme-tools"
import type { StyleFunctionProps } from "@chakra-ui/styled-system"

const Button = {
baseStyle: {
fontWeight: "500",
},
sizes: {
md: {
fontSize: "14px",
},
lg: {
fontSize: "16px",
},
},
variants: {
solid: (props: StyleFunctionProps) => ({
backgroundColor: mode("black", "purple")(props),
Expand Down

0 comments on commit 954bd9e

Please sign in to comment.