Browse Source

refac: styling

Timothy J. Baek 9 months ago
parent
commit
4c22d130d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/components/chat/ModelSelector/Selector.svelte

+ 1 - 1
src/lib/components/chat/ModelSelector/Selector.svelte

@@ -33,7 +33,7 @@
 		[key: string]: any;
 	} = [];
 
-	export let className = 'w-[30rem]';
+	export let className = 'w-[32rem]';
 
 	let show = false;