Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Commit

Permalink
Merge pull request #203 from pxblue/feature/remove-custom-shadows
Browse files Browse the repository at this point in the history
Remove React blue theme custom shadows
  • Loading branch information
huayunh authored Jun 24, 2021
2 parents 9a656e1 + 42c8073 commit 309790c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 76 deletions.
3 changes: 2 additions & 1 deletion react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Change Log
# Changelog

## v6.1.0 (June 28, 2021)

### Changed

- Update auto-fill styles for MUI `<TextInput>`.
- Update styles for disabled MUI `<Switch>`.
- Light theme shadow base color changed back to pure black (`#000000`).

## v6.0.0 (March 29, 2021)

Expand Down
2 changes: 0 additions & 2 deletions react/src/blueTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

import { ThemeOptions } from '@material-ui/core/styles/createMuiTheme';
import { typography, createSimpleLightPalette as createSimplePalette } from './shared';
import shadows from './shadow';
import * as PXBColors from '@pxblue/colors';
import Color from 'color';

Expand Down Expand Up @@ -67,7 +66,6 @@ export const blueTheme: ThemeOptions = {
text: ThemeColors.text,
action: ThemeColors.action,
},
shadows: shadows,
overrides: {
// APP BAR OVERRIDES
MuiAppBar: {
Expand Down
73 changes: 0 additions & 73 deletions react/src/shadow.ts

This file was deleted.

0 comments on commit 309790c

Please sign in to comment.