Skip to content

Commit

Permalink
Minimal changes
Browse files Browse the repository at this point in the history
  • Loading branch information
soyjavi committed Jun 30, 2015
1 parent f3ce007 commit 6ad3197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions components/constants.styl
Expand Up @@ -7,8 +7,9 @@ THEME = #cccccc
WHITE = #ffffff
PRIMARY = #e91e63
SECONDARY = #00bcd4
CANCEL = red

SUCCESS = #259b24
CANCEL = #e51c23
WARNING = #ff9800
FORM_COLOR = COLOR
FORM_BORDER_COLOR = lighten(FORM_COLOR, 75%)

Expand Down
2 changes: 1 addition & 1 deletion spec/index.html
Expand Up @@ -15,7 +15,7 @@
<meta http-equiv="cleartype" content="on">
<link href="../build/react-toolbox.commons.css" rel='stylesheet' type='text/css'>
<link href="../build/react-toolbox.test.css" rel='stylesheet' type='text/css'>
<style> test > h1, test > section { margin: 2rem; } </style>
<style> app > h1, app > section { margin: 2rem; } </style>
</head>
<body>
<script src="../node_modules/react/dist/react-with-addons.js"></script>
Expand Down

0 comments on commit 6ad3197

Please sign in to comment.