diff --git a/src/components/bar-footer/index.tsx b/src/components/bar-footer/index.tsx
index fae68ee..794941a 100644
--- a/src/components/bar-footer/index.tsx
+++ b/src/components/bar-footer/index.tsx
@@ -15,12 +15,12 @@ export const TabBarFooter: React.FC = () => {
icon: (active: boolean) =>
active ? (
) : (
),
@@ -31,12 +31,12 @@ export const TabBarFooter: React.FC = () => {
icon: (active: boolean) =>
active ? (
) : (
),
@@ -47,12 +47,12 @@ export const TabBarFooter: React.FC = () => {
icon: (active: boolean) =>
active ? (
) : (
),
diff --git a/src/main.scss b/src/main.scss
index 26b894d..dec3679 100644
--- a/src/main.scss
+++ b/src/main.scss
@@ -62,8 +62,7 @@ code {
.adm-tab-bar-item-title {
font-size: 11px;
font-weight: 400;
- line-height: 11px;
- margin-top: 4px;
+ margin-top: 0px !important;
color: rgba(0, 0, 0, 0.45);
}
@@ -134,3 +133,7 @@ code {
width: 100%;
height: 100%;
}
+
+.adm-tab-bar-item-icon {
+ height: 28px !important;
+}