refactor: strip obvious comments
This commit is contained in:
@@ -118,7 +118,6 @@ ThemeData monoTheme({required bool dark, bool oled = false}) {
|
||||
iconColor: c.text,
|
||||
textColor: c.text,
|
||||
),
|
||||
// minimal bottom bar
|
||||
navigationBarTheme: NavigationBarThemeData(
|
||||
backgroundColor: c.bg,
|
||||
elevation: 0,
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import 'dart:ui';
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
/// Helper function to access MonoTokens from context
|
||||
MonoTokens tokens(BuildContext context) => Theme.of(context).extension<MonoTokens>()!;
|
||||
|
||||
@immutable
|
||||
|
||||
Reference in New Issue
Block a user