style: increase NextForm logo size across all components

This commit is contained in:
Aleksandar 2025-12-11 14:49:15 +01:00
parent 3c810003c5
commit fe3f93fb9f
4 changed files with 4 additions and 4 deletions

View File

@ -55,7 +55,7 @@ export default function Home() {
<img
src="/nextform-logo.png"
alt="NextForm"
className="h-14 w-14 object-contain"
className="h-20 w-20 object-contain"
/>
<div className="flex items-center gap-3">
<div className="h-12 w-1 bg-gradient-to-b from-blue-600 to-cyan-600 rounded-full"></div>

View File

@ -57,7 +57,7 @@ export function Navigation(): ReactElement {
<img
src="/nextform-logo.png"
alt="NextForm"
className="h-8 w-8 object-contain"
className="h-10 w-10 object-contain"
/>
<span className="text-lg font-bold bg-gradient-to-r from-blue-600 to-blue-800 bg-clip-text text-transparent">
NextForm

View File

@ -72,7 +72,7 @@ export function Sidebar() {
<img
src="/nextform-logo.png"
alt="NextForm"
className="h-10 w-10 object-contain"
className="h-16 w-16 object-contain"
/>
<div>
<h1 className="text-lg font-black bg-gradient-to-r from-blue-400 via-cyan-400 to-blue-300 bg-clip-text text-transparent">

View File

@ -113,7 +113,7 @@ export default function HomeScreen() {
<View style={{ flexDirection: "row", alignItems: "center", gap: 8 }}>
<Image
source={require("../../public/nextform-logo.png")}
style={{ width: 32, height: 32, resizeMode: 'contain' }}
style={{ width: 40, height: 40, resizeMode: 'contain' }}
/>
<View>
<Text style={styles.greeting}>{getGreeting()},</Text>