Merge pull request #923 from getmaxun/theme-ui
fix: misc ui & theme changes
This commit is contained in:
@@ -614,7 +614,7 @@ export const RobotIntegrationPage = ({
|
||||
case "webhook":
|
||||
return "Webhook Integration";
|
||||
default:
|
||||
return "Integration";
|
||||
return "Integrations";
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
@@ -122,8 +122,6 @@ const darkTheme = createTheme({
|
||||
},
|
||||
},
|
||||
outlined: {
|
||||
// Dark mode outlined buttons
|
||||
backgroundColor: '#1e1e1e',
|
||||
borderColor: '#ff00c3',
|
||||
color: '#ff00c3',
|
||||
"&:hover": {
|
||||
|
||||
Reference in New Issue
Block a user