Skip to content

Commit a5f6925

Browse files
committed
fix: propTypes and demo dark theme
1 parent e9f4fd6 commit a5f6925

File tree

6 files changed

+21768
-7448
lines changed

6 files changed

+21768
-7448
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Version](http://img.shields.io/npm/v/react-nice-avatar.svg)](https://www.npmjs.org/package/react-nice-avatar)
44
[![npm download][download-image]][download-url]
5-
[![Build Status](https://travis-ci.org/chilllab/react-nice-avatar.svg?branch=main)](https://travis-ci.org/chilllab/react-nice-avatar)
5+
[![Build Status](https://travis-ci.com/chilllab/react-nice-avatar.svg?branch=main)](https://travis-ci.org/chilllab/react-nice-avatar)
66
[![Netlify Status](https://api.netlify.com/api/v1/badges/df23baf6-daac-4ce5-a0b6-5baade2cb822/deploy-status)](https://app.netlify.com/sites/gracious-turing-db4aa3/deploys)
77

88
[download-image]: https://img.shields.io/npm/dm/react-nice-avatar.svg?style=flat-square

demo/app.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ $headerHeight: 6rem;
314314
position: relative;
315315
top: -3rem;
316316
margin: 3rem 4rem;
317+
background: #fff;
317318
&.dark {
318319
background: #222;
319320
.applicationHeader {
@@ -463,7 +464,4 @@ $headerHeight: 6rem;
463464
}
464465
}
465466
}
466-
.application {
467-
background-color: #fff;
468-
}
469467
}

0 commit comments

Comments
 (0)