feat(v2): add isCloseable property for theme-classic announcement bar (#3388)

* feat(v2): add `isCloseable` property for announcement bar

* correct styling for non-closeable announcement

* fix tests
This commit is contained in:
Bartosz Kaszubowski 2020-09-02 11:41:38 +02:00 committed by GitHub
parent 0d018a88c5
commit e8e16a45d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 22 additions and 12 deletions

View file

@ -41,6 +41,7 @@ describe('themeConfig', () => {
content: 'pls support',
backgroundColor: '#fff',
textColor: '#000',
isCloseable: true,
},
image: 'img/docusaurus-soc.png',
navbar: {