fix: Microsoft logo does not inheret accent color

closes #5944
This commit is contained in:
Tom Moor
2023-10-05 19:50:22 -04:00
parent 5e0b812083
commit e70d4e60fd
2 changed files with 1 additions and 42 deletions

View File

@@ -8,7 +8,7 @@ type Props = {
className?: string;
};
function MicrosoftLogo({ size = 24, fill = "#FFF", className }: Props) {
function MicrosoftLogo({ size = 24, fill = "currentColor", className }: Props) {
return (
<svg
fill={fill}