From 880ca7fbc72780bbd1a88ff900871ceb28c80d0a Mon Sep 17 00:00:00 2001 From: Giovanni-Josserand Date: Sun, 16 Nov 2025 12:24:30 +0100 Subject: [PATCH] update css --- src/pages/Events/EventsPage.jsx | 1 - src/pages/Events/EventsPage.module.css | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/Events/EventsPage.jsx b/src/pages/Events/EventsPage.jsx index 1f57073..16abc09 100644 --- a/src/pages/Events/EventsPage.jsx +++ b/src/pages/Events/EventsPage.jsx @@ -2,7 +2,6 @@ import {useState} from "react"; import Event from "../../components/Event/Event.jsx"; import {Link} from "react-router"; import styles from "./EventsPage.module.css" -import Button from "/src/components/ui/button/button.jsx" diff --git a/src/pages/Events/EventsPage.module.css b/src/pages/Events/EventsPage.module.css index f9ef961..6e949d2 100644 --- a/src/pages/Events/EventsPage.module.css +++ b/src/pages/Events/EventsPage.module.css @@ -40,7 +40,7 @@ } .sortButton svg { - transform: scale(1.5); + transform: scale(0.8); fill: #019AFF; }