From 735a44374affdea0d0c3f11e2ad0c88921e686bf Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 19 Feb 2019 09:27:08 -0800 Subject: [PATCH] making some index.html changes to show demo & exercise --- index.html | 20 ++++++++++++-------- step2-03/exercise/src/components/TodoApp.tsx | 4 ++-- 2 files changed, 14 insertions(+), 10 deletions(-) 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 ( - +