-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ✨ Add new colors #2008 * ♻️ Themed attrs #2008 * 💄 Style adjustments #2008 * 💄 Apply default normal style #2008 * 💄 Accordion colors #2008 * 💄 Some more adjustments #2008 * Fix issue with Magazine Index page #2008 * Wrong commit #2008 --------- Co-authored-by: Padmaja <[email protected]>
- Loading branch information
1 parent
33c1e53
commit 5adea1a
Showing
76 changed files
with
527 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
export const defaultColors = [ | ||
{ title: 'White', value: 'hsl(0, 0%, 100%)' }, | ||
{ title: 'Moss Green', value: 'hsl(184, 31%, 74%)' }, | ||
//{ title: 'Moss Green', value: 'hsl(184, 31%, 74%)' }, | ||
{ title: 'Moss Green Light', value: 'hsl(184, 30%, 96%)' }, | ||
{ title: 'Spruce Wood', value: 'hsl(25, 100%, 94%)' }, | ||
{ title: 'Mist Blue', value: 'hsl(199, 58%, 90%)' }, | ||
{ title: 'Slate Blue', value: 'hsl(206, 34%, 14%)' }, | ||
// { title: 'Slate Blue', value: 'hsl(206, 34%, 14%)' }, | ||
{ title: 'Mid Yellow', value: '#FFF5B8' }, | ||
{ title: 'Mid Orange', value: '#F8D1AF' }, | ||
{ title: 'Mid Blue', value: '#49709C' }, | ||
{ title: 'Mid Green', value: '#C3E4CE' }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
export * from './BackgroundContainer' | ||
export * from '../../utils/backgroundColours' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.