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; }