diff --git a/tdrive/frontend/src/app/components/menus/menu.scss b/tdrive/frontend/src/app/components/menus/menu.scss index d5ca7c6d..f1466eff 100755 --- a/tdrive/frontend/src/app/components/menus/menu.scss +++ b/tdrive/frontend/src/app/components/menus/menu.scss @@ -217,7 +217,7 @@ } .menu-separator { - border-top: 1px solid var(--grey-background); + border-top: 1px solid #88888844; height: 8px; margin-top: 8px; width: auto; diff --git a/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx b/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx index 4add9b1f..d5556999 100644 --- a/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx +++ b/tdrive/frontend/src/app/components/search-popup/parts/drive-item-result.tsx @@ -46,7 +46,7 @@ export default (props: { driveItem: DriveItem & { user?: UserType } }) => { return (