修复颜色

This commit is contained in:
sky.min 2026-02-05 17:57:24 +08:00
parent 7d18298be1
commit 0814fee11e

View File

@ -151,6 +151,12 @@ class AppColors {
static Color openPassageModeColor = const Color(0xFFEB2A3B); // ()
static Color listTimeYellowColor = const Color(0xFFF3BA37); // ()
//
static Color networkGoodColor = const Color(0xFF24DB6C); // 绿 - (<100ms)
static Color networkNormalColor = const Color(0xFFF7B500); // - (100-300ms)
static Color networkSlowColor = const Color(0xFFFF495C); // - (>300ms)
static Color networkFailedColor = const Color(0xFFFF495C); // -
static Color get lockDetailBottomBtnUneable =>
const Color(0xFF808080); // ()
static Color messageTipsColor = const Color.fromRGBO(202, 220, 247, 1); //