Skip to content

Commit 669f674

Browse files
committed
Cleaned unused variables
1 parent 310e86e commit 669f674

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/lib/providers/branding_provider.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ import 'package:time_keeper/utils/grpc_result.dart';
1111

1212
part 'branding_provider.g.dart';
1313

14-
const _defaultPrimaryColorHex = '#009485';
15-
const _defaultSecondaryColorHex = '#005994';
1614
const _defaultPrimaryColor = Color(0xFF009485);
1715
const _defaultSecondaryColor = Color(0xFF005994);
1816

0 commit comments

Comments
 (0)