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:
parent
0eb024de74
commit
1807456da7
|
|
@ -37,7 +37,7 @@ export default function SearchFilterPanel({
|
|||
<section className={cn(
|
||||
embedded
|
||||
? 'rounded-lg'
|
||||
: 'rounded-xl border border-border/80 bg-card/95 shadow-sm shadow-black/15',
|
||||
: 'surface-premium',
|
||||
className,
|
||||
)}>
|
||||
<div className={cn('flex flex-wrap items-center gap-3', embedded ? 'py-1' : 'px-4 py-3')}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue