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
Next Next commit
issue 2871 fix
  • Loading branch information
PrakashDurlabhji committed Aug 2, 2019
commit 6ca6b2c6a8acc05a5149e2d55e409910dcad7b99
2 changes: 1 addition & 1 deletion src/shared/components/tags/event/data-science.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
&:active,
&:focus,
&:hover {
color: $tc-orange;
color: $tc-orange-110;
background-color: $tc-orange-10;
}

Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/tags/event/design.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
&:active,
&:focus,
&:hover {
color: $tc-light-blue;
color: $tc-light-blue-110;
background-color: $tc-light-blue-10;
}

Expand Down
2 changes: 1 addition & 1 deletion src/shared/components/tags/event/development.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
&:active,
&:focus,
&:hover {
color: $tc-green;
color: $tc-green-110;
background-color: $tc-green-10;
}

Expand Down