refactor(core,gui): make all needed changes to send and receive files on linux and android

This commit is contained in:
Patryk Hegenberg 2024-05-27 21:09:24 +02:00
parent 351b7b9323
commit 0416ab6dab
12 changed files with 108 additions and 193 deletions

View file

@ -1,7 +1,11 @@
import 'package:flutter/material.dart';
class Constants {
static const backColor = Color(0xFF32363E);
static const highlightColor = Color(0xFF98C379);
static const textColor = Color(0xFFABB2BF);
static const backColor = Color(0xFF303446);
static const highlightColor = Color(0xFF8caaee);
static const textColor = Color(0xFFc6d0f5);
// static const backColor = Color(0xFF32363E);
// static const highlightColor = Color(0xFF98C379);
// static const highlightColor = Color(0xFFa6d189);
// static const textColor = Color(0xFFABB2BF);
}