Skip to content

Commit

Permalink
fix tash icon sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
amcdnl committed Jul 26, 2024
1 parent e1d56ae commit 20e36e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const chatTheme: ChatTheme = {
create: 'mb-4',
session: {
base: '',
delete: 'w-4 h-4'
delete: '[&>svg]:w-4 [&>svg]:h-4 opacity-50'
}
},
messages: {
Expand Down

0 comments on commit 20e36e7

Please sign in to comment.