mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 18:27:56 +02:00
docs: fix react live scope button color in dark mode (#6191)
This commit is contained in:
parent
3889e89380
commit
8cd593379c
2 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,7 @@ const ButtonExample = (props) => (
|
|||
{...props}
|
||||
style={{
|
||||
backgroundColor: 'white',
|
||||
color: 'black',
|
||||
border: 'solid red',
|
||||
borderRadius: 20,
|
||||
padding: 10,
|
||||
|
|
|
@ -14,6 +14,7 @@ export function ButtonExample(props: ComponentProps<'button'>): JSX.Element {
|
|||
{...props}
|
||||
style={{
|
||||
backgroundColor: 'white',
|
||||
color: 'black',
|
||||
border: 'solid red',
|
||||
borderRadius: 20,
|
||||
padding: 10,
|
||||
|
|
Loading…
Add table
Reference in a new issue