Skip to content

Commit

Permalink
fix: Move colors to theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
GSMLG-BOT committed Aug 10, 2023
1 parent adc9b7c commit 3a6375f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:ui';

import '../../colors.dart';
import '../../theme.dart';
import 'abstract_neumorphic_painter_cache.dart';

class NeumorphicEmbossPainterCache
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'dart:ui';

import '../../colors.dart';
import '../../theme.dart';
import 'abstract_neumorphic_painter_cache.dart';

class NeumorphicPainterCache extends AbstractNeumorphicEmbossPainterCache {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import 'package:flutter/widgets.dart';

import '../colors.dart';
import '../theme.dart';
import '../light_source.dart';

Shader getGradientShader(
Expand Down

0 comments on commit 3a6375f

Please sign in to comment.