mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
feat: create formlayout and create collection form
This commit is contained in:
@@ -5,14 +5,28 @@ const black = '#333';
|
||||
const darkBlack = '#111';
|
||||
|
||||
const white = '#fff';
|
||||
const gray = '#7c7c7c';
|
||||
|
||||
const lightestGrey = '#dadce0';
|
||||
const lightGrey = '#f0eef6';
|
||||
const grey = '#aaa';
|
||||
const darkGrey = '#4b5563';
|
||||
|
||||
const lightestBlue = '#d3e8fa';
|
||||
const lightBlue = '#82c5fede';
|
||||
const blue = '#3f88c5';
|
||||
const darkBlue = '#005aa5';
|
||||
const darkestBlue = '#1f2937';
|
||||
|
||||
const lightRed = '#ffbabab9';
|
||||
const red = '#d8000c';
|
||||
|
||||
const lightGreen = '#c1ffbab9';
|
||||
const green = 'green';
|
||||
|
||||
export const theme: Theme = {
|
||||
colors: {
|
||||
font: black,
|
||||
background: white,
|
||||
background: lightGrey,
|
||||
primary: blue,
|
||||
|
||||
lightBlack,
|
||||
@@ -20,9 +34,23 @@ export const theme: Theme = {
|
||||
darkBlack,
|
||||
|
||||
white,
|
||||
gray,
|
||||
|
||||
lightestGrey,
|
||||
lightGrey,
|
||||
grey,
|
||||
darkGrey,
|
||||
|
||||
lightestBlue,
|
||||
lightBlue,
|
||||
blue,
|
||||
darkBlue,
|
||||
darkestBlue,
|
||||
|
||||
lightRed,
|
||||
red,
|
||||
|
||||
lightGreen,
|
||||
green,
|
||||
},
|
||||
|
||||
border: {
|
||||
|
||||
Reference in New Issue
Block a user