chakra-ui / chakra-ui

⚡️ Simple, Modular & Accessible UI Components for your React Applications
https://chakra-ui.com
MIT License
37.51k stars 3.21k forks source link

[Select component] Brave 1.57.64 - duplicate dropdown arrows #7998

Open TheSoggy opened 1 year ago

TheSoggy commented 1 year ago

Description

In Brave 1.57.64, the Select field shows the native dropdown arrow as well as the custom Chakra arrow. image

Link to Reproduction

https://chakra-ui.com/docs/components/select

Steps to reproduce

  1. Open Brave
  2. Go to Chakra UI Select
  3. Scroll to Usage
  4. Observe two dropdown arrows

Chakra UI Version

2.8.0

Browser

Brave 1.57.64

Operating System

Additional Information

No response

Jmedina821 commented 1 year ago

Captura de Pantalla 2023-09-15 a la(s) 8 31 44 p  m same problem here.

I solve it passing extendTheme as prop of ChakraBaseProvider component

const theme = extendTheme({}) then <ChakraBaseProvider theme={theme}>

Captura de Pantalla 2023-09-15 a la(s) 8 53 26 p  m