+ {/* Background Pattern */}
+
-
+
+ {/* Prowler Logo */}
+
{type === "sign-in" ? "Sign In" : "Sign Up"}
@@ -287,22 +289,6 @@ export const AuthForm = ({ type }: { type: string }) => {
)}
-
-
-
-
- Open Cloud Security Platform
-
-
-
);
};
diff --git a/components/filters/data-filters.ts b/components/filters/data-filters.ts
index 9aea8e9dd3..df1e01cea0 100644
--- a/components/filters/data-filters.ts
+++ b/components/filters/data-filters.ts
@@ -1,9 +1,4 @@
export const filtersProviders = [
- {
- key: "provider__in",
- labelCheckboxGroup: "Select a Provider",
- values: ["aws", "gcp", "azure", "kubernetes"],
- },
{
key: "connected",
labelCheckboxGroup: "Connection",
diff --git a/tailwind.config.js b/tailwind.config.js
index 608551bb96..31bdbfd39e 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -20,36 +20,34 @@ module.exports = {
extend: {
colors: {
prowler: {
- blue: {
+ theme: {
midnight: "#030921",
pale: "#f3fcff",
- smoky: "#7b8390",
- },
- grey: {
- medium: "#353a4d",
- light: "#868994",
- },
- green: {
- DEFAULT: "#9FD655",
- medium: "#09BF3D",
- },
- theme: {
green: "#6af400",
purple: "#5001d0",
coral: "#ff5356",
orange: "#f69000",
yellow: "#ffdf16",
},
- dark: {
- DEFAULT: "#0E1117",
- 700: "#151B23",
- 400: "#262C36",
- title: "#E2E8F0",
- text: "#94a3b8" /* primary default for dark mode */,
+ blue: {
+ 800: "#1e293bff",
},
- light: {
- title: "#1e293bff",
- text: "#64748b" /* primary default for light mode */,
+ grey: {
+ medium: "#353a4d",
+ light: "#868994",
+ 600: "#64748b",
+ },
+ green: {
+ DEFAULT: "#9FD655",
+ medium: "#09BF3D",
+ },
+ black: {
+ DEFAULT: "#000",
+ 900: "#18181A",
+ },
+ white: {
+ DEFAULT: "#FFF",
+ 900: "#18181A",
},
},
system: {