fix(buscar): rebuild the offline banner with offlineAccent
Audit 13.1 (t4 line 641): the banner rendered wifi_off in colorScheme.error (red) inside a generic glass card. Rebuilt using offlineAccent (#E8879A) — a token that existed since Tier 1 with no consumer — for the tint, border and icon, plus the prototype's title/ detail layout and a restyled Retry chip. New offlineBannerTitle key translated to all 13 locales.
This commit is contained in:
@@ -1438,6 +1438,12 @@ abstract class AppLocalizations {
|
||||
/// **'Géneros'**
|
||||
String get genresTitle;
|
||||
|
||||
/// No description provided for @offlineBannerTitle.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
/// **'Sin conexión'**
|
||||
String get offlineBannerTitle;
|
||||
|
||||
/// No description provided for @retryAction.
|
||||
///
|
||||
/// In es, this message translates to:
|
||||
|
||||
Reference in New Issue
Block a user