diff --git a/src/components/action-buttons/save-combo/index.tsx b/src/components/action-buttons/save-combo/index.tsx
index cda916d8..20d10a48 100644
--- a/src/components/action-buttons/save-combo/index.tsx
+++ b/src/components/action-buttons/save-combo/index.tsx
@@ -55,7 +55,7 @@ export function SaveCombo() {
placeholder="combo name..."
value={comboName}
onChange={e => setComboName(e.target.value)}
- className="text-primary-foreground placeholder:text-primary-foreground/60 bg-primary-foreground/5 form-input w-32 animate-show-input rounded-xl border-none px-2 py-0 text-center leading-none tracking-wider duration-300 placeholder:text-sm focus:ring-0"
+ className="form-input w-32 animate-show-input rounded-xl border-none bg-primary-foreground/5 px-2 py-0 text-center leading-none tracking-wider text-primary-foreground duration-300 placeholder:text-sm placeholder:text-primary-foreground/60 focus:ring-0"
data-testid="combo-name-input"
/>
)}
diff --git a/src/components/action-buttons/share/confirmation-modal.tsx b/src/components/action-buttons/share/confirmation-modal.tsx
index ee453729..686fd9c3 100644
--- a/src/components/action-buttons/share/confirmation-modal.tsx
+++ b/src/components/action-buttons/share/confirmation-modal.tsx
@@ -50,7 +50,7 @@ export function ConfirmationModal({ showModal, setShowModal }: Props) {
diff --git a/src/components/config-menu/trigger-button.tsx b/src/components/config-menu/trigger-button.tsx
index 14403962..0dab170b 100644
--- a/src/components/config-menu/trigger-button.tsx
+++ b/src/components/config-menu/trigger-button.tsx
@@ -8,7 +8,7 @@ export function TriggerButton({ openModal }: Props) {