refactor(brand): adopt new primitives in admin + data + dialogs

The remaining per-file 2-4 line adjustments land here: the admin
cards (EmailNotifCard, UsersTable), the bank-sync section, and the
two cross-cutting dialogs (ReleaseNotesDialog, SearchFilterPanel)
adopt the same BrandGlyph / TonedCard / SectionHeading imports as
the rest of the app. Each file is independently buildable on top of
the previous 6 commits.

This is commit 7 of 9 in the v0.42.0 brand refresh. Depends on
0eb024d (pages).
This commit is contained in:
null 2026-07-05 17:19:03 -05:00
parent 0eb024de74
commit 1807456da7
5 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ export default function SearchFilterPanel({
<section className={cn( <section className={cn(
embedded embedded
? 'rounded-lg' ? 'rounded-lg'
: 'rounded-xl border border-border/80 bg-card/95 shadow-sm shadow-black/15', : 'surface-premium',
className, className,
)}> )}>
<div className={cn('flex flex-wrap items-center gap-3', embedded ? 'py-1' : 'px-4 py-3')}> <div className={cn('flex flex-wrap items-center gap-3', embedded ? 'py-1' : 'px-4 py-3')}>