chore: Bump outline-icons (#5170
* Bump outline-icons to default use currentColor * wip
This commit is contained in:
@@ -84,7 +84,7 @@ export default class Attachment extends Node {
|
||||
isSelected={isSelected}
|
||||
theme={theme}
|
||||
>
|
||||
{node.attrs.href && <DownloadIcon color="currentColor" size={20} />}
|
||||
{node.attrs.href && <DownloadIcon size={20} />}
|
||||
</Widget>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -72,11 +72,11 @@ export default class Notice extends Node {
|
||||
let component;
|
||||
|
||||
if (node.attrs.style === "tip") {
|
||||
component = <StarredIcon color="currentColor" />;
|
||||
component = <StarredIcon />;
|
||||
} else if (node.attrs.style === "warning") {
|
||||
component = <WarningIcon color="currentColor" />;
|
||||
component = <WarningIcon />;
|
||||
} else {
|
||||
component = <InfoIcon color="currentColor" />;
|
||||
component = <InfoIcon />;
|
||||
}
|
||||
|
||||
icon = document.createElement("div");
|
||||
|
||||
Reference in New Issue
Block a user