Peace 1 week ago
parent 036ed5441a
commit 0fb46daf95
  1. 2
      every-jap-dict/App.tsx

@ -135,7 +135,7 @@ function MainScreen() {
const selected = activeId ? activeId === p.id : false;
return (
<Button
className="flex-1"
className="flex-1 px-3"
key={p.id}
variant={selected ? 'solid' : 'outline'}
onPress={() => setActiveId(p.id)}

Loading…
Cancel
Save