Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update documentation options.backgroundOption -> color: (`'#fff' 'rgb(255,255,255)' 'transparent'`)

thanks to @alyalin for pointing out.
  • Loading branch information
djansen1987 authored Aug 25, 2022
1 parent c265dd4 commit d6238f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,10 @@ type |string (`'rounded' 'dots' 'classy' 'classy-rounded' 'square' 'extra-rou

`options.backgroundOptions` structure

Property|Type |Default Value
--------|------|-------------
color |string|`'#fff'`
gradient|object|
Property|Type |Default Value
--------|--------------------------------------------------|-------------
color |string (`'#fff' 'rgb(255,255,255)' 'transparent'`)|`'#fff'`
gradient|object |

`options.cornersSquareOptions` structure

Expand Down

0 comments on commit d6238f1

Please sign in to comment.