mirror of
				https://github.com/csehviktor/status-monitor.git
				synced 2025-08-08 18:06:14 +02:00 
			
		
		
		
	fix colors for back button
This commit is contained in:
		| @@ -12,13 +12,13 @@ export function Header({ props }: { props: HeaderProps }) { | |||||||
|     const navigate = useNavigate(); |     const navigate = useNavigate(); | ||||||
|  |  | ||||||
|     return ( |     return ( | ||||||
|         <header className="bg-[#0d0d0d] border-b border-[#191919] px-2"> |         <header className="bg-[#0d0d0d] border-b border-[#101010] px-2"> | ||||||
|             <div className="max-w-7xl mx-auto py-4 flex justify-between items-center"> |             <div className="max-w-7xl mx-auto py-4 flex justify-between items-center"> | ||||||
|                 <div className="flex items-center space-x-3"> |                 <div className="flex items-center space-x-3"> | ||||||
|                     {props.hasBackButton && ( |                     {props.hasBackButton && ( | ||||||
|                         <button |                         <button | ||||||
|                             onClick={() => navigate(-1)} |                             onClick={() => navigate(-1)} | ||||||
|                             className="w-8 h-8 bg-[#262626] hover:bg-[#404040] rounded-lg flex items-center justify-center transition-colors" |                             className="w-8 h-8 bg-[#141414] hover:bg-[#404040] rounded-lg flex items-center justify-center transition-colors" | ||||||
|                         > |                         > | ||||||
|                             <ChevronLeft /> |                             <ChevronLeft /> | ||||||
|                         </button> |                         </button> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user