Unify styling
This commit is contained in:
parent
7c6e6e6651
commit
3d61c084ee
|
|
@ -718,7 +718,7 @@ abstract class AppState implements Built<AppState, AppStateBuilder> {
|
|||
//return 'Rates: ${staticState.currencyMap.keys.map((key) => 'Rate: ${staticState.currencyMap[key].exchangeRate}').join(',')}';
|
||||
//return 'LOG: ${clientState.map[clientUIState.selectedId]?.systemLogs ?? ''}';
|
||||
//return 'FREQ: ${recurringInvoiceUIState.editing.frequencyId}';
|
||||
|
||||
|
||||
return '\n\nURL: ${authState.url}'
|
||||
'\nRoute: ${uiState.currentRoute}'
|
||||
'\nPrevious: ${uiState.previousRoute}'
|
||||
|
|
|
|||
|
|
@ -685,7 +685,7 @@ class SidebarFooter extends StatelessWidget {
|
|||
onTap: () => store.dispatch(
|
||||
UpdateUserPreferences(sidebar: AppSidebar.menu)),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||
child: Icon(Icons.chevron_left),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ class InvoiceEditFooter extends StatelessWidget {
|
|||
onTap: () =>
|
||||
store.dispatch(ToggleEditorLayout(EntityType.invoice)),
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.symmetric(horizontal: 12),
|
||||
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||
child: Icon(
|
||||
showSidebar ? Icons.chevron_left : Icons.chevron_right),
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue