From 474f02c693ef32a0056b1f86f7a90e55bfe09cb8 Mon Sep 17 00:00:00 2001 From: byeoon <47872200+byeoon@users.noreply.github.com> Date: Thu, 24 Oct 2024 14:19:30 +0000 Subject: [PATCH] fix card --- src/ui/settings/components/Card.tsx | 6 +++--- src/ui/settings/components/PluginCard.tsx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ui/settings/components/Card.tsx b/src/ui/settings/components/Card.tsx index fc212410..7ea0e31c 100644 --- a/src/ui/settings/components/Card.tsx +++ b/src/ui/settings/components/Card.tsx @@ -72,7 +72,7 @@ export default function Card(props: CardProps) { // TODO: re-position the '...' icon to next to the switch return ( - + - {/* TODO: Look into making this respect brand color */} ) - )} + ) + } /> ) return ( i.name).join(", ")}`} + headerLabel={`${plugin.manifest.name}\n by ${authors.map(i => i.name).join(", ")}`} headerIcon={plugin.manifest.vendetta?.icon || "ic_application_command_24px"} toggleType="switch" toggleValue={plugin.enabled}