fix: search by id color

This commit is contained in:
diced
2025-07-19 14:32:34 -07:00
parent aaaf0cf5aa
commit 3ccc108d43

View File

@@ -307,9 +307,8 @@ export default function FileTable({ id }: { id?: string }) {
onClick={() => {
setIdSearchOpen((open) => !open);
}}
color='blue'
// lol if it works it works :shrug:
style={{ position: 'relative', top: '-36.4px', left: '219px', margin: 0 }}
style={{ position: 'relative', top: '-36.4px', left: '221px', margin: 0 }}
>
<IconGridPatternFilled size='1rem' />
</ActionIcon>