1
0
Fork 0
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:
Chaim Lev-Ari 2023-01-19 10:16:34 +02:00 committed by GitHub
parent adf92ce5e0
commit 5942f4ff58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 96 additions and 54 deletions

View file

@ -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')}