From d063281b09caa9e91c98f0e9861c126cc685af2f Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 15:48:13 +0300 Subject: [PATCH] ScheduleFlightBody share-btn: hover uses $blue-icon (Angular share-button parity) --- src/features/schedule/components/ScheduleFlightBody.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 {