Skip to content

Commit

Permalink
[docs] Fix typo (#3283)
Browse files Browse the repository at this point in the history
misplacing space
  • Loading branch information
unickhow committed Jan 5, 2023
1 parent 72785ea commit db05512
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Demo() {
return (
<MantineProvider theme={{
colors: {
brand: ['#F0BBDD', '#ED9BCF', '#EC7CC3', '#ED5DB8', '#F13EAF', '#F71FA7', '#FF00A1', '#E00890', '#C50E82','#AD1374' ],
brand: ['#F0BBDD', '#ED9BCF', '#EC7CC3', '#ED5DB8', '#F13EAF', '#F71FA7', '#FF00A1', '#E00890', '#C50E82', '#AD1374'],
},
primaryColor: 'brand',
}}
Expand Down

0 comments on commit db05512

Please sign in to comment.