Merge pull request #923 from getmaxun/theme-ui

fix: misc ui & theme changes
This commit is contained in:
Karishma Shukla
2025-12-11 23:25:57 +05:30
committed by GitHub
3 changed files with 2 additions and 4 deletions

View File

@@ -614,7 +614,7 @@ export const RobotIntegrationPage = ({
case "webhook":
return "Webhook Integration";
default:
return "Integration";
return "Integrations";
}
};

View File

@@ -122,8 +122,6 @@ const darkTheme = createTheme({
},
},
outlined: {
// Dark mode outlined buttons
backgroundColor: '#1e1e1e',
borderColor: '#ff00c3',
color: '#ff00c3',
"&:hover": {