diff --git a/components/SettingsUI.tsx/CustomStatusItem.tsx b/components/SettingsUI.tsx/CustomStatusItem.tsx index e20897e..a189789 100644 --- a/components/SettingsUI.tsx/CustomStatusItem.tsx +++ b/components/SettingsUI.tsx/CustomStatusItem.tsx @@ -27,10 +27,10 @@ export const CustomStatusItem: React.FC = ({ return (
{/* Simple horizontal layout with all inputs in a row */} -
+
{/* Icon field - simple text input */} -
- +
+ = ({ onCustomStatusChange(index, "icon", value || "") } placeholder="📝" - className="custom-status-icon-input" + className="custom-status-item__input custom-status-item__input--icon" />
{/* Name field */} -
-