Skip to content

Commit

Permalink
[style] 내 카페 빨간점 표시 위치 이동 #380
Browse files Browse the repository at this point in the history
  • Loading branch information
godeka committed May 29, 2024
1 parent 567eae9 commit 7e92fa8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/lib/screen/cafe_details.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import 'dart:async';
import 'dart:ui';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
import 'package:flutter/widgets.dart';
import 'package:frontend/model/matching_info_model.dart';
Expand Down Expand Up @@ -160,7 +161,8 @@ class _CafeDetailsState extends State<CafeDetails>
appBar: TopAppBar(
titleWidget: Row(
children: [
Expanded(
SizedBox(
width: 280,
child: Text(
widget.cafeName,
style: const TextStyle(
Expand Down

0 comments on commit 7e92fa8

Please sign in to comment.