aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/src/mui/style.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-webextension/src/mui/style.tsx')
-rw-r--r--packages/taler-wallet-webextension/src/mui/style.tsx39
1 files changed, 20 insertions, 19 deletions
diff --git a/packages/taler-wallet-webextension/src/mui/style.tsx b/packages/taler-wallet-webextension/src/mui/style.tsx
index df4f5176c..5be978794 100644
--- a/packages/taler-wallet-webextension/src/mui/style.tsx
+++ b/packages/taler-wallet-webextension/src/mui/style.tsx
@@ -1,14 +1,15 @@
+/* eslint-disable @typescript-eslint/explicit-function-return-type */
import { css } from "@linaria/core";
import { darken, lighten } from "polished";
import {
- common,
- purple,
- red,
- orange,
blue,
- lightBlue,
+ common,
green,
grey,
+ lightBlue,
+ orange,
+ purple,
+ red,
// eslint-disable-next-line import/extensions
} from "./colors/constants";
// eslint-disable-next-line import/extensions
@@ -430,20 +431,20 @@ function createTheme() {
/////////////////////
///////////////////// MIXINS
/////////////////////
- function createMixins(breakpoints: any, spacing: any, mixins: any) {
- return {
- toolbar: {
- minHeight: 56,
- [`${breakpoints.up("xs")} and (orientation: landscape)`]: {
- minHeight: 48,
- },
- [breakpoints.up("sm")]: {
- minHeight: 64,
- },
- },
- ...mixins,
- };
- }
+ // function createMixins(breakpoints: any, spacing: any, mixins: any) {
+ // return {
+ // toolbar: {
+ // minHeight: 56,
+ // [`${breakpoints.up("xs")} and (orientation: landscape)`]: {
+ // minHeight: 48,
+ // },
+ // [breakpoints.up("sm")]: {
+ // minHeight: 64,
+ // },
+ // },
+ // ...mixins,
+ // };
+ // }
/////////////////////
///////////////////// TRANSITION