consistent borders and removed some comments

This commit is contained in:
proddy
2025-11-23 16:55:46 +01:00
parent 935a9dcbb7
commit ef315b6dde
7 changed files with 2 additions and 10 deletions

View File

@@ -22,7 +22,6 @@ interface ListMenuItemProps {
disabled?: boolean;
}
// Extract styles to prevent recreation
const iconStyles: CSSProperties = {
justifyContent: 'right',
color: 'lightblue',