mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix(home): dark mode for edit buttons [EE-4828] (#8241)
This commit is contained in:
parent
adf92ce5e0
commit
5942f4ff58
9 changed files with 96 additions and 54 deletions
|
@ -16,7 +16,6 @@ export function LinkButton({
|
|||
return (
|
||||
<Button
|
||||
title={title}
|
||||
size="medium"
|
||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||
{...props}
|
||||
className={clsx(className, '!m-0 no-link')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue