From 498cd80fefb4d8a7e2562bb3b6451b3366fe159d Mon Sep 17 00:00:00 2001 From: CloudLun Date: Tue, 12 Dec 2023 01:53:34 +0800 Subject: [PATCH] change the legend pattern scale --- components/Map/Legend.tsx | 4 ++-- public/patterns/blue-legend.svg | 37 +++++++++++++++++++++++++++++++++ public/patterns/red-legend.svg | 37 +++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+), 2 deletions(-) create mode 100644 public/patterns/blue-legend.svg create mode 100644 public/patterns/red-legend.svg diff --git a/components/Map/Legend.tsx b/components/Map/Legend.tsx index 3a9f6df..3a43097 100644 --- a/components/Map/Legend.tsx +++ b/components/Map/Legend.tsx @@ -60,7 +60,7 @@ const Legend = () => {
No Support, Democrat {
No Support, Republican + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/patterns/red-legend.svg b/public/patterns/red-legend.svg new file mode 100644 index 0000000..e8f05ea --- /dev/null +++ b/public/patterns/red-legend.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file