fix:按照shadcn_ui对着demo_shadcn对齐
This commit is contained in:
@@ -2,20 +2,20 @@ import 'package:flutter/material.dart';
|
||||
|
||||
abstract final class YantingColors {
|
||||
static const background = Color(0xFFFFFFFF);
|
||||
static const foreground = Color(0xFF171717);
|
||||
static const foreground = Color(0xFF1A1A1A);
|
||||
static const card = Color(0xFFFFFFFF);
|
||||
static const primary = Color(0xFFA3E635);
|
||||
static const primaryForeground = Color(0xFF3F6212);
|
||||
static const primary = Color(0xFF95E300);
|
||||
static const primaryForeground = Color(0xFF365314);
|
||||
static const secondary = Color(0xFFF4F4F5);
|
||||
static const secondaryForeground = Color(0xFF27272A);
|
||||
static const muted = Color(0xFFF5F5F5);
|
||||
static const mutedForeground = Color(0xFF737373);
|
||||
static const muted = Color(0xFFF7F7F7);
|
||||
static const mutedForeground = Color(0xFF71717A);
|
||||
static const border = Color(0xFFE5E5E5);
|
||||
static const input = Color(0xFFE5E5E5);
|
||||
static const destructive = Color(0xFFEF4444);
|
||||
static const warning = Color(0xFF9A6A00);
|
||||
static const warning = Color(0xFF9A6500);
|
||||
static const chart2 = Color(0xFF84CC16);
|
||||
static const brandSoft = Color(0xFFEEFBD8);
|
||||
static const brandSoft = Color(0xFFECFCCB);
|
||||
static const brandSoftBorder = Color(0xFFD6F5A8);
|
||||
static const link = Color(0xFF2563EB);
|
||||
static const canvas = background;
|
||||
|
||||
Reference in New Issue
Block a user