Merge pull request #923 from getmaxun/theme-ui
fix: misc ui & theme changes
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
content="Maxun is an open-source no-code web data extraction platform. Train a robot in 2 minutes to extract data on auto-pilot!"
|
content="Maxun is an open-source no-code web data extraction platform. Train a robot in 2 minutes to extract data on auto-pilot!"
|
||||||
/>
|
/>
|
||||||
<link rel="icon" type="image/png" href="src/assets/maxunlogo.png">
|
<link rel="icon" type="image/png" href="src/assets/maxunlogo.png">
|
||||||
<title>Maxun | Open Source No Code Web Data Extraction Platform</title>
|
<title>Maxun • Turn Websites To APIs • Open Source</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script type="module" src="/src/index.tsx"></script>
|
<script type="module" src="/src/index.tsx"></script>
|
||||||
|
|||||||
@@ -614,7 +614,7 @@ export const RobotIntegrationPage = ({
|
|||||||
case "webhook":
|
case "webhook":
|
||||||
return "Webhook Integration";
|
return "Webhook Integration";
|
||||||
default:
|
default:
|
||||||
return "Integration";
|
return "Integrations";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -122,8 +122,6 @@ const darkTheme = createTheme({
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
outlined: {
|
outlined: {
|
||||||
// Dark mode outlined buttons
|
|
||||||
backgroundColor: '#1e1e1e',
|
|
||||||
borderColor: '#ff00c3',
|
borderColor: '#ff00c3',
|
||||||
color: '#ff00c3',
|
color: '#ff00c3',
|
||||||
"&:hover": {
|
"&:hover": {
|
||||||
|
|||||||
Reference in New Issue
Block a user