Added Statistics calculation
Statistics now show calculated values
This commit is contained in:
parent
fe87374e47
commit
fc0f69dacb
2147 changed files with 141321 additions and 39 deletions
30
node_modules/mui/source/styles/baseThemes/darkBaseTheme.js
generated
vendored
Normal file
30
node_modules/mui/source/styles/baseThemes/darkBaseTheme.js
generated
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
import {
|
||||
cyan700,
|
||||
grey600,
|
||||
pinkA100, pinkA200, pinkA400,
|
||||
fullWhite,
|
||||
} from '../colors';
|
||||
import {fade} from '../../utils/colorManipulator';
|
||||
import spacing from '../spacing';
|
||||
|
||||
export default {
|
||||
spacing: spacing,
|
||||
fontFamily: 'Roboto, sans-serif',
|
||||
borderRadius: 2,
|
||||
palette: {
|
||||
primary1Color: cyan700,
|
||||
primary2Color: cyan700,
|
||||
primary3Color: grey600,
|
||||
accent1Color: pinkA200,
|
||||
accent2Color: pinkA400,
|
||||
accent3Color: pinkA100,
|
||||
textColor: fullWhite,
|
||||
secondaryTextColor: fade(fullWhite, 0.7),
|
||||
alternateTextColor: '#303030',
|
||||
canvasColor: '#303030',
|
||||
borderColor: fade(fullWhite, 0.3),
|
||||
disabledColor: fade(fullWhite, 0.3),
|
||||
pickerHeaderColor: fade(fullWhite, 0.12),
|
||||
clockCircleColor: fade(fullWhite, 0.12),
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue