@@ -82,7 +82,7 @@ class Notifications extends React.Component {
8282 const { classes } = this . props ;
8383 return (
8484 < Card >
85- < CardHeader color = "info " >
85+ < CardHeader color = "primary " >
8686 < h4 className = { classes . cardTitleWhite } > Notifications</ h4 >
8787 < p className = { classes . cardCategoryWhite } >
8888 Handcrafted by our friends from{ " " }
@@ -177,7 +177,7 @@ class Notifications extends React.Component {
177177 < GridItem xs = { 12 } sm = { 12 } md = { 4 } >
178178 < Button
179179 fullWidth
180- color = "info "
180+ color = "primary "
181181 onClick = { ( ) => this . showNotification ( "tl" ) }
182182 >
183183 Top Left
@@ -195,7 +195,7 @@ class Notifications extends React.Component {
195195 < GridItem xs = { 12 } sm = { 12 } md = { 4 } >
196196 < Button
197197 fullWidth
198- color = "info "
198+ color = "primary "
199199 onClick = { ( ) => this . showNotification ( "tc" ) }
200200 >
201201 Top Center
@@ -213,7 +213,7 @@ class Notifications extends React.Component {
213213 < GridItem xs = { 12 } sm = { 12 } md = { 4 } >
214214 < Button
215215 fullWidth
216- color = "info "
216+ color = "primary "
217217 onClick = { ( ) => this . showNotification ( "tr" ) }
218218 >
219219 Top Right
@@ -237,7 +237,7 @@ class Notifications extends React.Component {
237237 < GridItem xs = { 12 } sm = { 12 } md = { 4 } >
238238 < Button
239239 fullWidth
240- color = "info "
240+ color = "primary "
241241 onClick = { ( ) => this . showNotification ( "bl" ) }
242242 >
243243 Bottom Left
@@ -255,7 +255,7 @@ class Notifications extends React.Component {
255255 < GridItem xs = { 12 } sm = { 12 } md = { 4 } >
256256 < Button
257257 fullWidth
258- color = "info "
258+ color = "primary "
259259 onClick = { ( ) => this . showNotification ( "bc" ) }
260260 >
261261 Bottom Center
@@ -273,7 +273,7 @@ class Notifications extends React.Component {
273273 < GridItem xs = { 12 } sm = { 12 } md = { 4 } >
274274 < Button
275275 fullWidth
276- color = "info "
276+ color = "primary "
277277 onClick = { ( ) => this . showNotification ( "br" ) }
278278 >
279279 Bottom Right
0 commit comments