Minor Refinements to Colours
This commit is contained in:
@@ -83,7 +83,7 @@ export default function TranslationModal({
|
||||
type="button"
|
||||
onClick={handleSave}
|
||||
className="px-4 py-2 text-sm rounded-md transition-colors"
|
||||
style={{ backgroundColor: "var(--btn-primary)", color: "var(--text-heading)" }}
|
||||
style={{ backgroundColor: "var(--btn-primary)", color: "var(--text-white)" }}
|
||||
>
|
||||
Save Translations
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user