feat: issues

This commit is contained in:
Loic Coenen
2025-11-01 16:01:57 +01:00
parent a0fb254846
commit 4013ae24b2
20 changed files with 409 additions and 115 deletions

View File

@@ -1,6 +1,6 @@
import React from "react";
import styled from "styled-components";
import {accentColor} from "../styles";
import { accentColor } from "../styles";
const Container = styled.div`
@@ -12,8 +12,8 @@ const Container = styled.div`
`;
const Dot = styled.button<{ $active: boolean }>`
width: 12px;
height: 12px;
width: 20px;
height: 20px;
padding: 0;
margin: 0;
border: none;