A React Native app for the ultimate thinking partner.

fix(ui): match details icon styling to copy button

Applied same styling as copy button (opacity 0.3, padding 8, border radius 4)
for consistent visual appearance.

+3 -1
+3 -1
src/components/ToolCallItem.tsx
··· 271 271 position: 'absolute', 272 272 bottom: 0, 273 273 right: 0, 274 - padding: 4, 274 + padding: 8, 275 + opacity: 0.3, 276 + borderRadius: 4, 275 277 zIndex: 10, 276 278 }, 277 279 expandedDetails: {