Compare commits

..

1 Commits

Author SHA1 Message Date
Richard Hajek
e40d314214
Merge 42e954428b into 76f0f18592 2025-04-27 23:19:50 +06:00
3 changed files with 1 additions and 15 deletions

Binary file not shown.

View File

@ -65,16 +65,7 @@ class Sidebar extends HookConsumerWidget {
final navigationButtons = [
NavigationLabel(
child: mediaQuery.lgAndUp
? const DefaultTextStyle(
style: TextStyle(
fontFamily: "Cookie",
fontSize: 30,
letterSpacing: 1.8,
),
child: Text("Spotube"),
)
: const Text(""),
child: mediaQuery.lgAndUp ? const Text("Spotube") : const Text(""),
),
for (final tile in sidebarTileList)
NavigationButton(

View File

@ -200,11 +200,6 @@ flutter:
- family: BootstrapIcons
fonts:
- asset: packages/shadcn_flutter/icons/BootstrapIcons.otf
- family: Cookie
fonts:
- asset: assets/fonts/Cookie-Regular.ttf
style: normal
weight: 500
flutter_gen:
output: lib/collections