mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	feat(react/settings): port font size
This commit is contained in:
		
							
								
								
									
										5
									
								
								apps/client/src/widgets/react/FormText.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								apps/client/src/widgets/react/FormText.tsx
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,5 @@ | ||||
| import { ComponentChildren } from "preact"; | ||||
|  | ||||
| export default function FormText({ children }: { children: ComponentChildren }) { | ||||
|     return <p className="form-text">{children}</p> | ||||
| } | ||||
		Reference in New Issue
	
	Block a user