style: remove placeholder tint in admin companies
This commit is contained in:
parent
f90bbf5d54
commit
bad090ab0d
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ export function AdminCompaniesManager({ initialCompanies }: { initialCompanies:
|
||||||
const hasCompanies = filteredCompanies.length > 0
|
const hasCompanies = filteredCompanies.length > 0
|
||||||
|
|
||||||
const emptyContent = (
|
const emptyContent = (
|
||||||
<Empty className="mx-auto max-w-md border-none bg-background/60 shadow-none">
|
<Empty className="mx-auto max-w-md border-none bg-transparent shadow-none">
|
||||||
<EmptyHeader>
|
<EmptyHeader>
|
||||||
<EmptyMedia variant="icon">
|
<EmptyMedia variant="icon">
|
||||||
<IconBuildingSkyscraper className="size-5" />
|
<IconBuildingSkyscraper className="size-5" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue