From 50e76ea4bd152bf49b3e99d783f83a4fe590ff47 Mon Sep 17 00:00:00 2001 From: deadpine Date: Mon, 6 Nov 2023 15:41:30 -0300 Subject: [PATCH] update color and padding --- src/components/BrandAssets/AssetCard.tsx | 2 +- src/components/BrandAssets/Download.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/BrandAssets/AssetCard.tsx b/src/components/BrandAssets/AssetCard.tsx index 1de08471..a9857b81 100644 --- a/src/components/BrandAssets/AssetCard.tsx +++ b/src/components/BrandAssets/AssetCard.tsx @@ -19,7 +19,7 @@ function AssetCard({ title, cover, svg, png }: IAssetCard) { return (
-
+

{ title }

diff --git a/src/components/BrandAssets/Download.tsx b/src/components/BrandAssets/Download.tsx index fa676e84..4d1ad66c 100644 --- a/src/components/BrandAssets/Download.tsx +++ b/src/components/BrandAssets/Download.tsx @@ -12,7 +12,7 @@ interface IDownload { function Download({ file, type }: IDownload) { return ( - +