+
{{ $title }}
@endisset
diff --git a/resources/views/components/port-link.blade.php b/resources/views/components/port-link.blade.php
index fa0cd2cc36..ac79d3bf73 100644
--- a/resources/views/components/port-link.blade.php
+++ b/resources/views/components/port-link.blade.php
@@ -1,5 +1,5 @@
-
{{ $slot->isNotEmpty() ? $slot : $label }}
diff --git a/tailwind.config.js b/tailwind.config.js
index 7cf6e8e74f..ee2653a11d 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -8,7 +8,21 @@ module.exports = {
],
darkMode: 'class',
theme: {
- extend: {},
+ extend: {
+ colors: {
+ dark: {
+ 'gray-100': '#4f565d',
+ 'gray-200': '#3e444c',
+ 'gray-300': '#353a41',
+ 'gray-400': '#2e3338',
+ 'gray-500': '#272b30',
+ 'white-100': '#f9fafb',
+ 'white-200': '#c8c8c8',
+ 'white-300': '#bebfbf',
+ 'white-400': '#acb6bf',
+ }
+ }
+ },
screens: {
'sm': '576px',
'md': '768px',