Skip to content

Commit

Permalink
merging issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vrrashkov committed Jul 3, 2023
1 parent 6334536 commit a8aae67
Showing 1 changed file with 147 additions and 32 deletions.
179 changes: 147 additions & 32 deletions assets/figma/variables/color-dark.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,153 @@
{
"reg": {
"home": {
"card": {
"type": "boxShadow",
"value": {
"blur": "10",
"color": "rgba(0,0,0,0.25)",
"spread": "0",
"type": "dropShadow",
"x": "0",
"y": "4"
}
"success": {
"hover": {
"bg": {
"type": "color",
"value": "{dark.success.success}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.success.fr.l60}",
"description": ""
}
},
"disabled": {
"bg": {
"type": "color",
"value": "{dark.success.fr.l45}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.success.bg}",
"description": ""
}
},
"text": {
"type": "color",
"value": "{dark.success.fr.l60}",
"description": ""
},
"bg": {
"type": "color",
"value": "{dark.success.bg}",
"description": ""
}
},
"danger": {
"hover": {
"bg": {
"type": "color",
"value": "{dark.danger.hover}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.danger.fr.l60}",
"description": ""
}
},
"disabled": {
"bg": {
"type": "color",
"value": "{dark.danger.fr.l30}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.danger.bg}",
"description": ""
}
},
"text": {
"type": "color",
"value": "{dark.danger.fr.l60}",
"description": ""
},
"bg": {
"type": "color",
"value": "{dark.danger.bg}",
"description": ""
}
},
"secondary": {
"hover": {
"bg": {
"type": "color",
"value": "{dark.accent2.hover}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.accent2.fr.l75}",
"description": ""
}
},
"disabled": {
"bg": {
"type": "color",
"value": "{dark.accent2.fr.l60}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.accent2.bg}",
"description": ""
}
},
"bg": {
"type": "color",
"value": "{dark.accent2.bg}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.accent2.fr.l75}",
"description": ""
}
},
"primary": {
"hover": {
"bg": {
"type": "color",
"value": "{dark.accent1.hover}",
"description": ""
},
"text": {
"type": "color",
"value": "{dark.accent1.fr.l60}",
"description": ""
}
},
"disabled": {
"text": {
"type": "color",
"value": "{dark.accent1.bg}",
"description": ""
},
"bg": {
"type": "color",
"value": "{dark.accent1.fr.l60}",
"description": ""
}
},
"text": {
"type": "color",
"value": "{dark.accent1.fr.l60}",
"description": ""
},
"bg": {
"type": "color",
"value": "{dark.accent1.bg}",
"description": ""
}
}
},
"tabBar": {
"type": "boxShadow",
"value": [
{
"blur": "20",
"color": "rgba(0,0,0,0.1)",
"spread": "0",
"type": "dropShadow",
"x": "0",
"y": "0"
},
{
"blur": "8",
"color": "rgba(0,0,0,0.1)",
"spread": "0",
"type": "dropShadow",
"x": "0",
"y": "4"
"box": {
"neutral1": {
"type": "color",
"value": "{dark.n1.bg}",
"description": ""
}
]
}
}

0 comments on commit a8aae67

Please sign in to comment.