Skip to content

Commit

Permalink
fixup! fixup! TW-1923: Update padding for back icon in chat search
Browse files Browse the repository at this point in the history
  • Loading branch information
nqhhdev committed Dec 4, 2024
1 parent 7ccd42b commit a22a28b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/pages/chat_search/chat_search_style.dart
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import 'package:fluffychat/di/global/get_it_initializer.dart';
import 'package:fluffychat/utils/responsive/responsive_utils.dart';
import 'package:flutter/material.dart';

class ChatSearchStyle {
static ResponsiveUtils responsive = getIt.get<ResponsiveUtils>();

static const EdgeInsetsGeometry inputPadding =
EdgeInsetsDirectional.only(start: 8, top: 16, bottom: 16, end: 16);

Expand Down

0 comments on commit a22a28b

Please sign in to comment.