Commit 1c7969cc authored by Tuan Anh Nguyen's avatar Tuan Anh Nguyen
Browse files

fix: add missing height

parent 1c357d8a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ class StampTile extends StatelessWidget {
          url: url,
          fit: BoxFit.contain,
          width: width ?? MediaQuery.of(context).size.width / 2 - 40,
          height: height,
        ),
      ),
    );