Skip to content

Commit

Permalink
Style: Change darkBlue color and add margin bottom to slide
Browse files Browse the repository at this point in the history
  • Loading branch information
hafezfhmi committed Mar 9, 2023
1 parent 83e9dda commit ae9828b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/CircularSlider/Slide/Slide.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Slide = forwardRef(function Slide({ slide }, ref) {
<div className="absolute bottom-1/2 left-1/2 -translate-x-1/2 origin-bottom w-2 h-1/2">
<div
ref={ref}
className="absolute bottom-full left-50 -translate-x-1/2 mx-4"
className="absolute bottom-full left-50 -translate-x-1/2 mx-4 mb-6 md:mb-20"
>
<div className={styles.slide}>
<Image
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
"main-red": "#FF6363",
"main-green": "#8FFF9B",
"main-blue": "#63FFFF",
"main-darkBlue": "#0A66C2",
"main-darkBlue": "#63A1FF",
"main-purple": "#928FFF",
"main-greyBg": "#EEEEEE",
},
Expand Down

0 comments on commit ae9828b

Please sign in to comment.