Skip to content

Commit 13c50a7

Browse files
authored
Fixed-cropped-hover-preset-timer-button (#719)
1 parent a5c2ba3 commit 13c50a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ Before getting started, ensure you have the following prerequisites installed on
299299
Change your working directory to the project folder:
300300

301301
```bash
302-
cd ultimate-alarm-clock
302+
cd ultimate_alarm_clock
303303
```
304304

305305
3. **Install Dependencies**:

lib/app/utils/hover_preset_button.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Widget hoverPresetButton(BuildContext context, String label, Duration duration)
2525

2626
backgroundColor: themeController.primaryColor.value,
2727
shadowColor: Colors.transparent,
28-
fixedSize: Size(
28+
minimumSize: Size(
2929
width * 0.02,
3030
height * 0.01,
3131
),

0 commit comments

Comments
 (0)