Skip to content

Commit

Permalink
feat: styling tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
adekbadek committed Apr 30, 2020
1 parent 2d0bc9f commit b95ad11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/TimeViewer/Gantt.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default (props: TimeViewProps) => {
return (
<div
key={i}
className={cx('posa', CLASSNAME_BASE, {
className={cx('posa br1', CLASSNAME_BASE, {
[`${CLASSNAME_BASE}--on-hold`]: range.isOnHold,
[`${CLASSNAME_BASE}--current`]: !range.end,
})}
Expand Down
2 changes: 1 addition & 1 deletion client/src/styles/_vars.sass
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$main: #2de650
$main: #6ee650

$white: #fff
$black: #1d1d1d
Expand Down

0 comments on commit b95ad11

Please sign in to comment.