Skip to content

Commit

Permalink
Merge pull request #4 from michael-ortiz/hnucamendi-migrateCRA
Browse files Browse the repository at this point in the history
Refactor and Cleanup
  • Loading branch information
michael-ortiz authored Jan 27, 2024
2 parents 0f2da28 + 8af6131 commit 1c1dc12
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 249 deletions.
26 changes: 26 additions & 0 deletions react/src/constants/Colors.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
export const DefaultColorPickerColors = [
"#ff0000", // Red
"#e91e63", // Pink
"#9c27b0", // Purple
"#673ab7", // Deep Purple
"#3f51b5", // Indigo
"#000080", // Navy Blue
"#03a9f4", // Light Blue
"#00bcd4", // Cyan
"#009688", // Teal
"#4caf50", // Green
"#8bc34a", // Light Green
"#cddc39", // Lime
"#ffeb3b", // Yellow
"#ffc107", // Amber
"#ff9800", // Orange
"#ff5722", // Deep Orange
"#795548", // Brown
"#607d8b", // Blue Grey
"#ffffff", // White
"#f5f5f5", // Light Gray
"#a9a9a9", // Dark Gray
"#808080", // Gray
"#696969", // Dim Gray
"#000000", // Black
]
10 changes: 10 additions & 0 deletions react/src/constants/DefaultColors.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,14 @@ export const DefaultPageColors = {
backgroundColor: "#ffffff", // White Color
textColor: "#000000", // Black Color
socialIconsColor: "#8f2f00", // Dark Orange Color
}

export const ColorPickerState = {
buttonColor: false,
buttonHoverColor: false,
buttonTextColor: false,
buttonLinkIconColor: false,
backgroundColor:false,
textColor: false,
socialIconsColor: false,
}
Loading

0 comments on commit 1c1dc12

Please sign in to comment.