Skip to content

Commit 7e92fa8

Browse files
committed
[style] 내 카페 빨간점 표시 위치 이동 #380
1 parent 567eae9 commit 7e92fa8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/lib/screen/cafe_details.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import 'dart:async';
22
import 'dart:ui';
3+
import 'package:flutter/cupertino.dart';
34
import 'package:flutter/material.dart';
45
import 'package:flutter/widgets.dart';
56
import 'package:frontend/model/matching_info_model.dart';
@@ -160,7 +161,8 @@ class _CafeDetailsState extends State<CafeDetails>
160161
appBar: TopAppBar(
161162
titleWidget: Row(
162163
children: [
163-
Expanded(
164+
SizedBox(
165+
width: 280,
164166
child: Text(
165167
widget.cafeName,
166168
style: const TextStyle(

0 commit comments

Comments
 (0)