diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/src/App.scss b/src/App.scss index 7fa024c..2fa723b 100644 --- a/src/App.scss +++ b/src/App.scss @@ -1,3 +1,4 @@ + @import "./constants/size.scss"; @import "./constants/colors.scss"; @import "./views/Home/Landscape/Page1/index.scss"; diff --git a/src/assets/icons/bookmark-active-dark.svg b/src/assets/icons/bookmark-active-dark.svg new file mode 100644 index 0000000..1fdbe87 --- /dev/null +++ b/src/assets/icons/bookmark-active-dark.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/assets/icons/bookmark-active-light.svg b/src/assets/icons/bookmark-active-light.svg new file mode 100644 index 0000000..13423d5 --- /dev/null +++ b/src/assets/icons/bookmark-active-light.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/src/components/BottomNavigation/index.js b/src/components/BottomNavigation/index.js index a8dd073..4595e23 100644 --- a/src/components/BottomNavigation/index.js +++ b/src/components/BottomNavigation/index.js @@ -38,7 +38,7 @@ export const BottomNavigation = ({ pages, isDark }) => { return ( <>