diff --git a/src/components/Header/index.vue b/src/components/Header/index.vue
index ba2a30f..ccec0d9 100644
--- a/src/components/Header/index.vue
+++ b/src/components/Header/index.vue
@@ -2,8 +2,8 @@
@@ -20,6 +22,9 @@
@@ -72,7 +97,8 @@ const backToHome = () => {
display: flex;
align-items: center;
gap: 10px;
- background-color: #fff;
+ background-color: #1f2e54;
+ color: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
&.hide-shadow {
@@ -81,6 +107,7 @@ const backToHome = () => {
.title {
flex: 14;
+ color: #fff;
white-space: nowrap;
overflow: hidden;
text-align: center;
@@ -105,12 +132,5 @@ const backToHome = () => {
justify-content: flex-end;
}
}
-
- :deep(.header-btn.ant-btn) {
- height: 80%;
- text-align: center;
- font-size: clamp(14px, 1vw, 18px);
- padding: 0 0.75rem;
- }
}