diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss
index 5d9dd3813..d4962f9d7 100644
--- a/assets/scss/themes.scss
+++ b/assets/scss/themes.scss
@@ -10,7 +10,7 @@
// Light Background color
--primary-light-color: theme("colors.dark.600");
// Dark Background color
- --primary-dark-color: theme("colors.dark.900");
+ --primary-dark-color: theme("colors.true-gray.800");
// Text color
--secondary-color: theme("colors.true-gray.400");
// Light Text color
diff --git a/components/app/Header.vue b/components/app/Header.vue
index 1293be9d0..d78b27837 100644
--- a/components/app/Header.vue
+++ b/components/app/Header.vue
@@ -26,14 +26,13 @@
v-if="currentUser === null"
icon="filter_drama"
:label="$t('header.save_workspace')"
- outline
- class="hidden !text-secondaryDark md:flex"
+ filled
+ class="hidden !font-semibold md:flex"
@click.native="showLogin = true"
/>
diff --git a/components/button/Secondary.vue b/components/button/Secondary.vue
index b61129d0b..235527d8b 100644
--- a/components/button/Secondary.vue
+++ b/components/button/Secondary.vue
@@ -27,6 +27,7 @@
'border border-divider hover:border-dividerDark focus-visible:border-dividerDark':
outline,
},
+ { 'bg-primaryDark': filled },
]"
:disabled="disabled"
tabindex="0"
@@ -127,6 +128,10 @@ export default defineComponent({
type: Array,
default: () => [],
},
+ filled: {
+ type: Boolean,
+ default: false,
+ },
},
})
diff --git a/components/collections/ChooseType.vue b/components/collections/ChooseType.vue
index c20260a4e..4b81d385e 100644
--- a/components/collections/ChooseType.vue
+++ b/components/collections/ChooseType.vue
@@ -19,12 +19,15 @@
autofocus
class="
bg-primary
+ border-b border-transparent
cursor-pointer
flex
+ font-medium
w-full
py-2
px-4
appearance-none
+ hover:bg-primaryDark
"
@change="updateSelectedTeam(myTeams[$event.target.value])"
>
diff --git a/components/collections/graphql/index.vue b/components/collections/graphql/index.vue
index 04838b07b..a810fe930 100644
--- a/components/collections/graphql/index.vue
+++ b/components/collections/graphql/index.vue
@@ -75,7 +75,7 @@
diff --git a/components/collections/index.vue b/components/collections/index.vue
index ae1648032..1e868591d 100644
--- a/components/collections/index.vue
+++ b/components/collections/index.vue
@@ -118,15 +118,14 @@
collectionsType.selectedTeam.myRole == 'VIEWER')
"
v-tippy="{ theme: 'tooltip' }"
- disabled
:title="$t('team.no_access')"
:label="$t('add.new')"
- outline
+ filled
/>
diff --git a/components/environments/Edit.vue b/components/environments/Edit.vue
index 8cc11c095..9b9622a15 100644
--- a/components/environments/Edit.vue
+++ b/components/environments/Edit.vue
@@ -46,13 +46,13 @@
>
@@ -83,7 +83,7 @@
diff --git a/components/environments/index.vue b/components/environments/index.vue
index 6608a2984..45ecf8e54 100644
--- a/components/environments/index.vue
+++ b/components/environments/index.vue
@@ -116,7 +116,7 @@
diff --git a/components/graphql/RequestOptions.vue b/components/graphql/RequestOptions.vue
index 6928b3132..f33d63cbd 100644
--- a/components/graphql/RequestOptions.vue
+++ b/components/graphql/RequestOptions.vue
@@ -241,7 +241,7 @@
diff --git a/components/http/BodyParameters.vue b/components/http/BodyParameters.vue
index b9d3b5f7f..9e0ebb094 100644
--- a/components/http/BodyParameters.vue
+++ b/components/http/BodyParameters.vue
@@ -191,7 +191,7 @@
diff --git a/components/http/Headers.vue b/components/http/Headers.vue
index e70aa3f4b..98475e329 100644
--- a/components/http/Headers.vue
+++ b/components/http/Headers.vue
@@ -144,7 +144,7 @@
{{ $t("empty.headers") }}
diff --git a/components/http/Request.vue b/components/http/Request.vue
index 3906252e2..51789182b 100644
--- a/components/http/Request.vue
+++ b/components/http/Request.vue
@@ -108,7 +108,7 @@
@@ -142,7 +142,7 @@
@@ -157,7 +157,7 @@
diff --git a/components/realtime/Mqtt.vue b/components/realtime/Mqtt.vue
index 78b891b80..766692047 100644
--- a/components/realtime/Mqtt.vue
+++ b/components/realtime/Mqtt.vue
@@ -72,15 +72,15 @@
/>
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/components/realtime/Websocket.vue b/components/realtime/Websocket.vue
index 2500110bb..3feea7677 100644
--- a/components/realtime/Websocket.vue
+++ b/components/realtime/Websocket.vue
@@ -167,7 +167,7 @@
{{ $t("websocket.communication") }}
-