mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
This reverts commit 6e014b20af.
This commit is contained in:
@@ -10,7 +10,7 @@ let index = 0;
|
||||
|
||||
const className = mergeStyles({
|
||||
padding: 25,
|
||||
boxShadow: getTheme().effects.elevation4
|
||||
...getTheme().effects.elevation4
|
||||
});
|
||||
|
||||
// Uncomment to see loadTheme
|
||||
|
||||
@@ -13,7 +13,7 @@ let index = 0;
|
||||
// TODO: Change this to add other CSS styles like backgroundColor, fontSize, etc
|
||||
const className = mergeStyles({
|
||||
padding: 25,
|
||||
boxShadow: getTheme().effects.elevation4
|
||||
...getTheme().effects.elevation4
|
||||
});
|
||||
|
||||
export class TodoApp extends React.Component<any, Store> {
|
||||
|
||||
Reference in New Issue
Block a user