refactor(search): refactor search ui for overall style coherence
This commit is contained in:
@ -360,6 +360,8 @@ const GLOBAL_STYLES = `
|
||||
/* ── Retry Banner ── */
|
||||
.t-retry-banner {
|
||||
background: linear-gradient(90deg, ${COLORS.accent}, #ea580c);
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
color: white;
|
||||
padding: 0.75rem 1rem;
|
||||
font-weight: 700;
|
||||
|
||||
Reference in New Issue
Block a user