diff --git a/index.html b/index.html index 8729d1b..ca70d61 100644 --- a/index.html +++ b/index.html @@ -69,28 +69,32 @@ Setup, HTML, CSS, Javascript and Intro to React
  • - +
  • - +
  • - +
  • - +
  • diff --git a/step2-03/exercise/src/components/TodoApp.tsx b/step2-03/exercise/src/components/TodoApp.tsx index 6699bbd..c7e0c35 100644 --- a/step2-03/exercise/src/components/TodoApp.tsx +++ b/step2-03/exercise/src/components/TodoApp.tsx @@ -6,7 +6,7 @@ import { TodoList } from './TodoList'; import { Store } from '../store'; // TODO: Change me to another theme! -import { AzureCustomizationsLight } from '@uifabric/azure-themes'; +import { TeamsCustomizations } from '@uifabric/theme-samples'; let index = 0; @@ -26,7 +26,7 @@ export class TodoApp extends React.Component { render() { const { filter, todos } = this.state; return ( - +