добавлена поддержка темной темы

This commit is contained in:
2024-12-15 20:26:03 +03:00
parent f8f6fb991a
commit 5aa97a5255
18 changed files with 409 additions and 106 deletions
@@ -0,0 +1,6 @@
import styled from '@emotion/styled';
export const TitleStyled = styled.h1`
font-size: 28px;
color: var(--tg-theme-text-color);
`;