web ui style tweaks

This commit is contained in:
Henry Dollman
2024-12-17 15:47:49 -05:00
parent 87354df2de
commit dd10fb97c0
2 changed files with 4 additions and 4 deletions

View File

@@ -193,7 +193,7 @@ const ShoutrrrUrlCard = ({ url, onUrlChange, onRemove }: ShoutrrrUrlCardProps) =
}
return (
<Card className="bg-muted/70 p-2 md:p-3">
<Card className="bg-muted/40 p-2 md:p-3">
<div className="flex items-center gap-1">
<Input
type="url"