diff --git a/src/features/schedule/components/ScheduleFlightBody.scss b/src/features/schedule/components/ScheduleFlightBody.scss index 60ba8c8a..53bd3dc3 100644 --- a/src/features/schedule/components/ScheduleFlightBody.scss +++ b/src/features/schedule/components/ScheduleFlightBody.scss @@ -173,6 +173,9 @@ flex: 1; } + // Mirrors Angular `share-button.component.scss`: transparent bg, hover + // fills with $blue-icon (#e3f0fd), matching the share action buttons + // across the Angular site. &__share-btn { display: inline-flex; align-items: center; @@ -188,7 +191,7 @@ img { width: 20px; height: 20px; } - &:hover { background-color: rgba(46, 87, 255, 0.08); } + &:hover { background-color: colors.$blue-icon; } } &__buy-btn {