Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Issue 2871 fix #24

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
2871 fix
  • Loading branch information
PrakashDurlabhji committed Aug 5, 2019
commit 03a8b662426fc2803ac58e415b0194476652ce74
4 changes: 2 additions & 2 deletions src/shared/components/tags/event/data-science.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
@import "../default";

.button {
color: $tc-orange;
color: $tc-orange-110;
background-color: $tc-orange-10;

&:active,
&:focus,
&:hover {
color: $tc-orange-110;
color: $tc-orange;
background-color: $tc-orange-10;
}

Expand Down
4 changes: 2 additions & 2 deletions src/shared/components/tags/event/design.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
@import "../default";

.button {
color: $tc-light-blue;
color: $tc-dark-blue-110;
background-color: $tc-light-blue-10;

&:active,
&:focus,
&:hover {
color: $tc-light-blue-110;
color: $tc-light-blue;
background-color: $tc-light-blue-10;
}

Expand Down
4 changes: 2 additions & 2 deletions src/shared/components/tags/event/development.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
@import "../default";

.button {
color: $tc-green;
color: $tc-green-110;
background-color: $tc-green-10;

&:active,
&:focus,
&:hover {
color: $tc-green-110;
color: $tc-green;
background-color: $tc-green-10;
}

Expand Down