diff --git a/src/assets/icons/dropdown-white.svg b/src/assets/icons/dropdown-white.svg new file mode 100644 index 0000000..79c5a43 --- /dev/null +++ b/src/assets/icons/dropdown-white.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/components/Avatar/index.js b/src/components/Avatar/index.js index 7444400..3b53adf 100644 --- a/src/components/Avatar/index.js +++ b/src/components/Avatar/index.js @@ -7,7 +7,7 @@ function Avatar({ source, size, rounded, status }) { avatar {status && ( diff --git a/src/components/BottomNavigation/index.js b/src/components/BottomNavigation/index.js index 0048631..db374dc 100644 --- a/src/components/BottomNavigation/index.js +++ b/src/components/BottomNavigation/index.js @@ -40,7 +40,7 @@ export const BottomNavigation = ({ pages, isDark }) => { <>