mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2025-10-28 12:45:47 +00:00
fix: fix tailscale icon color
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
import { useMantineColorScheme } from "@mantine/core";
|
import { useColorScheme } from "@mantine/hooks";
|
||||||
import type { SVGProps } from "react";
|
import type { SVGProps } from "react";
|
||||||
|
|
||||||
export function TailscaleIcon(props: SVGProps<SVGSVGElement>) {
|
export function TailscaleIcon(props: SVGProps<SVGSVGElement>) {
|
||||||
const { colorScheme } = useMantineColorScheme();
|
const colorScheme = useColorScheme();
|
||||||
return (
|
return (
|
||||||
<svg
|
<svg
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|||||||
Reference in New Issue
Block a user