mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Unset button style
This commit is contained in:
parent
84f7cf1997
commit
d9786d4d24
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ const IconButtonElement: FunctionComponent<IProps> = ({ is, id, className, title
|
||||||
if (onClick !== undefined) {
|
if (onClick !== undefined) {
|
||||||
return (
|
return (
|
||||||
<button
|
<button
|
||||||
|
style={{all: 'unset'}}
|
||||||
dangerouslySetInnerHTML={button}
|
dangerouslySetInnerHTML={button}
|
||||||
onClick={onClick}
|
onClick={onClick}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue