Updated not found page header text color
This commit is contained in:
		
				
					committed by
					
						
						fabioberger
					
				
			
			
				
	
			
			
			
						parent
						
							00eaa8bd34
						
					
				
				
					commit
					ec24976789
				
			@@ -59,12 +59,9 @@ export const DocsPage: React.FC<IDocsPageProps> = props => {
 | 
			
		||||
 | 
			
		||||
    const { subtitle, title } = meta[page];
 | 
			
		||||
 | 
			
		||||
    React.useEffect(
 | 
			
		||||
        () => {
 | 
			
		||||
    React.useEffect(() => {
 | 
			
		||||
        void loadPageAsync(page, type);
 | 
			
		||||
        },
 | 
			
		||||
        [page, type],
 | 
			
		||||
    );
 | 
			
		||||
    }, [page, type]);
 | 
			
		||||
 | 
			
		||||
    const loadPageAsync = async (fileName: string, dirName: string) => {
 | 
			
		||||
        try {
 | 
			
		||||
@@ -117,7 +114,7 @@ export const DocsPage: React.FC<IDocsPageProps> = props => {
 | 
			
		||||
            {wasNotFound ? (
 | 
			
		||||
                <FullscreenMessage
 | 
			
		||||
                    headerText={'Not found'}
 | 
			
		||||
                    headerTextColor={colors.brandDark}
 | 
			
		||||
                    headerTextColor={'#000'}
 | 
			
		||||
                    bodyText={"Hm... looks like we couldn't find what you are looking for."}
 | 
			
		||||
                />
 | 
			
		||||
            ) : (
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user