Show calendar

This commit is contained in:
Maarten 2024-08-08 10:08:11 +02:00
parent f3e6ed60ff
commit f9a78a5c37
4 changed files with 74 additions and 33 deletions

View file

@ -7,6 +7,10 @@ const tintColorLight = '#76af2a';
const tintColorDark = '#76af2a';
export const Colors = {
// Base
black: '#000',
white: '#fff',
light: {
// Main
text: '#11181C',