Commit 9b332db
committed
refactor(ui): Replace ElevatedButton with FilledButton.tonal and adjust styling
Replaced `ElevatedButton` with `FilledButton.tonal` across several UI components to align with updated design principles. This change affects the main game menu, in-game menu, and the game launch screen.
- `lib/ui/main/game.dart`: Updated the game launch button.
- `lib/ui/game/in_game_menu.dart`: Updated buttons within the in-game menu.
- `lib/ui/game/action/action.dart`: Removed the `inCard` wrapper and its elevation from the action description widget for a flatter design.
- `assets/img/campfire.svg`: Deleted the unused campfire SVG asset.1 parent b2b998a commit 9b332db
File tree
4 files changed
+3
-14
lines changed- assets/img
- lib/ui
- game
- action
- main
4 files changed
+3
-14
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments