Skip to content

Commit 3c27638

Browse files
committed
Resolve Dart UI Conflicts
*Import Material library instead of Dart UI.
1 parent 949f5f1 commit 3c27638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/color.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import 'dart:ui';
1+
import 'package:flutter/material.dart';
22

33
// Text
44
Color textPrimary = Color(0xFF111111);

0 commit comments

Comments
 (0)