mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 09:27:30 +00:00
Compare commits
1 Commits
75949b1343
...
ea03b67e01
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ea03b67e01 |
Binary file not shown.
@ -65,16 +65,7 @@ class Sidebar extends HookConsumerWidget {
|
|||||||
|
|
||||||
final navigationButtons = [
|
final navigationButtons = [
|
||||||
NavigationLabel(
|
NavigationLabel(
|
||||||
child: mediaQuery.lgAndUp
|
child: mediaQuery.lgAndUp ? const Text("Spotube") : const Text(""),
|
||||||
? const DefaultTextStyle(
|
|
||||||
style: TextStyle(
|
|
||||||
fontFamily: "Cookie",
|
|
||||||
fontSize: 30,
|
|
||||||
letterSpacing: 1.8,
|
|
||||||
),
|
|
||||||
child: Text("Spotube"),
|
|
||||||
)
|
|
||||||
: const Text(""),
|
|
||||||
),
|
),
|
||||||
for (final tile in sidebarTileList)
|
for (final tile in sidebarTileList)
|
||||||
NavigationButton(
|
NavigationButton(
|
||||||
|
|||||||
@ -200,11 +200,6 @@ flutter:
|
|||||||
- family: BootstrapIcons
|
- family: BootstrapIcons
|
||||||
fonts:
|
fonts:
|
||||||
- asset: packages/shadcn_flutter/icons/BootstrapIcons.otf
|
- asset: packages/shadcn_flutter/icons/BootstrapIcons.otf
|
||||||
- family: Cookie
|
|
||||||
fonts:
|
|
||||||
- asset: assets/fonts/Cookie-Regular.ttf
|
|
||||||
style: normal
|
|
||||||
weight: 500
|
|
||||||
|
|
||||||
flutter_gen:
|
flutter_gen:
|
||||||
output: lib/collections
|
output: lib/collections
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user