@@ -166,7 +166,7 @@ export function VisualizationArtifact({
166166 if ( ! renderQueryUrl || ! projectId || ! accessToken ) {
167167 return (
168168 < View className = "items-start px-4 py-3" >
169- < View className = "max-w-[85%] bg-red-900/50 px-4 py-3" >
169+ < View className = "max-w-[85%] rounded bg-red-900/50 px-4 py-3" >
170170 < Text className = "font-mono text-[13px] text-red-300" >
171171 Unable to load visualization: Not authenticated
172172 </ Text >
@@ -178,7 +178,7 @@ export function VisualizationArtifact({
178178 if ( hasError ) {
179179 return (
180180 < View className = "items-start px-4 py-3" >
181- < View className = "max-w-[85%] bg-red-900/50 px-4 py-3" >
181+ < View className = "max-w-[85%] rounded bg-red-900/50 px-4 py-3" >
182182 < Text className = "font-mono text-[13px] text-red-300" >
183183 { errorMessage || "Failed to load visualization" }
184184 </ Text >
@@ -191,7 +191,7 @@ export function VisualizationArtifact({
191191 if ( ! queryResults ) {
192192 return (
193193 < View className = "w-full items-start px-4 py-3" >
194- < View className = "w-full overflow-hidden bg-dark-border" >
194+ < View className = "w-full overflow-hidden rounded bg-dark-border" >
195195 { content . name && (
196196 < View className = "border-gray-700 border-b px-4 py-2" >
197197 < Text className = "font-mono text-[13px] text-white" >
@@ -212,7 +212,7 @@ export function VisualizationArtifact({
212212
213213 return (
214214 < View className = "w-full items-start px-4 py-3" >
215- < View className = "w-full overflow-hidden bg-dark-border" >
215+ < View className = "w-full overflow-hidden rounded bg-dark-border" >
216216 { /* Header with title */ }
217217 { content . name && (
218218 < View className = "border-gray-700 border-b px-4 py-2" >
0 commit comments