Skip to content

Commit

Permalink
closes issue singodiyashubham87#121
Browse files Browse the repository at this point in the history
  • Loading branch information
AMISH-KHAN committed May 19, 2024
1 parent 4d19f04 commit ada73fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function App() {
<div className="bg-[#d3d5d8] flex flex-col min-w-full justify-center gsm:flex-row">

{showMenuAndBgColor && (
<div className="color-pallet gsm:w-[10%] w-[85%] py-7 grid grid-cols-6 vsm:grid-cols-4 gsm:grid-cols-1 gap-2 vsm:gap-4 gsm:gap-2 gsm:py-[5rem] gsm:mb-8 mx-auto">
<div className="color-pallet gsm:w-[10%] w-[85%] h-[50rem] p-7 grid grid-cols-6 vsm:grid-cols-4 gsm:grid-cols-1 gap-2 vsm:gap-4 gsm:gap-2 gsm:pb-[5rem] gsm:pt-[14rem] gsm:mb-8 mx-auto">
<input
type="color"
name="color"
Expand Down
6 changes: 0 additions & 6 deletions src/utils/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ export const rainbowColors = [
"#fdae61",
"#fee08b",
"#e6f598",
"#abdda4",
"#66c2a5",
"#3288bd",
"#5e4fa2",
"#ffffff",
"#000000",
];

0 comments on commit ada73fc

Please sign in to comment.