update css

This commit is contained in:
2025-11-16 12:24:30 +01:00
parent 569206250d
commit 880ca7fbc7
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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"
+1 -1
View File
@@ -40,7 +40,7 @@
}
.sortButton svg {
transform: scale(1.5);
transform: scale(0.8);
fill: #019AFF;
}