mirror of
https://github.com/foss42/apidash.git
synced 2025-08-18 17:34:18 +08:00

Moved dark mode color blending logic to a Color extension (toDark) in the design system. Updated usages in ui_utils.dart and related tests to use the new extension. Removed the old getDarkModeColor function for cleaner and more idiomatic code organization.
3 lines
66 B
Dart
3 lines
66 B
Dart
export 'color_extensions.dart';
|
|
export 'context_extensions.dart';
|