Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
Some colorchanges (patch)
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Feb 14, 2018
1 parent 5b25158 commit 1031479
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Article/style.css
Original file line number Diff line number Diff line change
@@ -1 +1 @@
@import "../../global.css";
@import "../../global.css";
4 changes: 2 additions & 2 deletions src/containers/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class Home extends Component {

renderRemoveBtn (set, key) {
return (
<Button icon='visibility_off' label='Skjul' onClick={this.removeItem.bind(this, set, key)} />
<Button icon='visibility_off' label='' primary className={style.linkBtnFix} onClick={this.removeItem.bind(this, set, key)} />
)
}

Expand Down Expand Up @@ -134,7 +134,7 @@ export default class Home extends Component {
<div className={style.htmlContent} dangerouslySetInnerHTML={{__html: item.summary}} />
</CardText>
<CardActions className={style.cardActions}>
<Button href={item.url} label='Les mer' primary className={style.linkBtnFix} />
<Button href={item.url} label='Les mer' className={style.linkBtnFix} />
{this.renderRemoveBtn('news', item.url)}
</CardActions>
</Card>
Expand Down
1 change: 1 addition & 0 deletions webpack/theme-colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
'color-primary': '#6ac4ae',
'color-primary-dark': '#ffd520',
'color-accent': '#6ac4ae',
'color-danger': '#e30438',
'progress-main-color': '#000'
}

0 comments on commit 1031479

Please sign in to comment.