Skip to content

Commit

Permalink
Merge pull request #852 from swaterkamp/glamorous2styledcomponents
Browse files Browse the repository at this point in the history
Use styled-components for the menu
  • Loading branch information
bjoernricks authored Aug 3, 2018
2 parents 1d5e11e + e206bb8 commit c7f2dc1
Show file tree
Hide file tree
Showing 11 changed files with 477 additions and 440 deletions.
1 change: 1 addition & 0 deletions gsa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^3.4.0",
"uuid": "^3.3.0",
"x2js": "^3.2.1"
},
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/gmp/log.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

import {isDefined, isString} from './utils/identity';

const GREENBONE_GREEN = '#99CE48';
const GREENBONE_GREEN = '#66c430';

const LogLevels = {
trace: 0,
Expand Down
2 changes: 1 addition & 1 deletion gsa/src/web/components/badge/badge.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const BadgeIcon = glamorous.span({
zIndex: Theme.Layers.higher,
},
({
backgroundColor = '#99CE48',
backgroundColor = Theme.green,
color = 'white',
position = 'bottom',
radius = 8,
Expand Down
Loading

0 comments on commit c7f2dc1

Please sign in to comment.