Skip to content

Commit

Permalink
add padding to file action container (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mollpo authored Feb 3, 2025
1 parent b6462ec commit fcaa045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/files/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default {
content: 'flex grow items-center gap-4 truncate',
textContainer: 'flex grow flex-col gap-1 truncate',
progress: 'bg-primary-800 absolute inset-x-0 bottom-0 h-1 rounded-xl',
actions: 'flex items-center gap-2',
actions: 'flex items-center gap-2 px-1',
},
},
action: {
Expand Down

0 comments on commit fcaa045

Please sign in to comment.