This commit is contained in:
yuchenglong
2026-01-16 18:02:15 +08:00

View File

@@ -8,7 +8,7 @@ import { Platform } from 'react-native';
const tintColorLight = '#ffa366'; const tintColorLight = '#ffa366';
const tintColorLightDark = '#e8914d'; // 深一点的版本 const tintColorLightDark = '#e8914d'; // 深一点的版本
const tintColorLightLight = '#ffb380'; // 浅一点的版本 const tintColorLightLight = '#ffb380'; // 浅一点的版本
const tintColorDark = '#fff'; const tintColorDark = '#e8914d';
export const Colors = { export const Colors = {
light: { light: {