Skip to content

Commit

Permalink
feat(front): Make card collapse button orange!
Browse files Browse the repository at this point in the history
  • Loading branch information
crupest committed Jun 10, 2020
1 parent 5bddc17 commit 16251d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Timeline/ClientApp/src/index.sass
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,6 @@ textarea
display: flex
justify-content: center
align-items: center

.text-orange
color: $orange
2 changes: 1 addition & 1 deletion Timeline/ClientApp/src/timeline/TimelinePageTemplateUI.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function TimelinePageTemplateUI<
newState.toString()
);
}}
className="float-right m-1 info-card-collapse-button"
className="float-right m-1 info-card-collapse-button text-orange"
/>
<CardComponent
timeline={timeline}
Expand Down

0 comments on commit 16251d8

Please sign in to comment.