@@ -17,9 +17,9 @@ export default function Header() {
17
17
} , [ ] ) ;
18
18
19
19
return (
20
- < header class = "text-gray-500 bg-gray-900 body-font" >
20
+ < header class = "text-gray-700 bg-white body-font" >
21
21
< div class = "container mx-auto flex flex-wrap p-5 flex-col md:flex-row items-center" >
22
- < a class = "flex title-font font-medium items-center text-white mb-4 md:mb-0" href = "#home" >
22
+ < a class = "flex title-font font-medium items-center text-gray-900 mb-4 md:mb-0" href = "#home" >
23
23
< svg xmlns = "http://www.w3.org/2000/svg" fill = "none" stroke = "currentColor" stroke-linecap = "round" stroke-linejoin = "round" stroke-width = "2" class = "w-10 h-10 text-white p-2 bg-teal-700 rounded-full" viewBox = "0 0 24 24" >
24
24
< path d = "M12 2L2 7l10 5 10-5-10-5zM2 17l10 5 10-5M2 12l10 5 10-5" > </ path >
25
25
</ svg >
@@ -32,15 +32,15 @@ export default function Header() {
32
32
< a class = "mr-5 hover:text-white" href = "#home" > Twitter</ a >
33
33
< button onClick = { ( ) => Auth . federatedSignIn ( { provider : 'COGNITO' } ) } class = "mr-5 hover:text-white" > Login</ button >
34
34
</ nav >
35
- < button onClick = { ( ) => Auth . federatedSignIn ( { provider : 'COGNITO' } ) } class = "inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0" > Sign up
35
+ < button onClick = { ( ) => Auth . federatedSignIn ( { provider : 'COGNITO' } ) } class = "inline-flex items-center bg-teal-700 border-0 py-1 px-3 focus:outline-none hover:bg-teal-500 rounded text-white mt-4 md:mt-0" > Sign up
36
36
< svg fill = "none" stroke = "currentColor" stroke-linecap = "round" stroke-linejoin = "round" stroke-width = "2" class = "w-4 h-4 ml-1" viewBox = "0 0 24 24" >
37
37
< path d = "M5 12h14M12 5l7 7-7 7" > </ path >
38
38
</ svg >
39
39
</ button > </ > : < >
40
40
< nav class = "md:ml-auto flex flex-wrap items-center text-base justify-center" >
41
41
< a class = "mr-5 hover:text-white" href = "#home" > Settings</ a >
42
42
</ nav >
43
- < button onClick = { ( ) => Auth . signOut ( ) } class = "inline-flex items-center bg-gray-800 border-0 py-1 px-3 focus:outline-none hover:bg-gray-700 rounded text-base mt-4 md:mt-0" > Sign out
43
+ < button onClick = { ( ) => Auth . signOut ( ) } class = "inline-flex items-center bg-white border-0 py-1 px-3 focus:outline-none hover:bg-gray-200 rounded text-base mt-4 md:mt-0" > Sign out
44
44
< svg fill = "none" stroke = "currentColor" stroke-linecap = "round" stroke-linejoin = "round" stroke-width = "2" class = "w-4 h-4 ml-1" viewBox = "0 0 24 24" >
45
45
< path d = "M5 12h14M12 5l7 7-7 7" > </ path >
46
46
</ svg >
0 commit comments