Skip to content

Question about global styles #2536

Answered by ljosberinn
seloner asked this question in Q&A
Nov 17, 2020 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

You should be able to remove borderRadius by overriding radii within theme:

extendTheme({
  radii: {
    none: "0",
    sm: "0",
    base: "0",
    md: "0",
    lg: "0",
    xl: "0",
    "2xl": "0",
    "3xl": "0",
    full: "0",
  }
})

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@seloner
Comment options

@ljosberinn
Comment options

Answer selected by chasinhues
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants