refactor(scanner): format changes
Some checks failed
Build and Push LST Docker Image / docker (push) Has been cancelled

This commit is contained in:
2026-05-05 19:50:02 -05:00
parent cd13360cfb
commit 518c0a8c19
2 changed files with 114 additions and 1 deletions

View File

@@ -137,7 +137,7 @@ export default function ProdScanner() {
.map((i) => {
return (
<View style={{ marginTop: 10, alignItems: "center" }} key={i}>
<Text style={{ fontSize: 20, fontWeight: "600" }}>{i}</Text>
<Text style={{ fontSize: 18, fontWeight: "600" }}>{i}</Text>
</View>
);
})}