@tlon/indigo-dark
Advanced tools
Comparing version 1.0.5 to 1.0.6
15
index.ts
@@ -5,3 +5,3 @@ import baseStyled, { ThemedStyledInterface } from 'styled-components'; | ||
white: 'rgba(255,255,255,1)', | ||
black: 'rgba(0,0,0,1)', | ||
black: 'rgba(26,26,26,1)', | ||
red: 'rgba(255,65,54,1)', | ||
@@ -126,7 +126,9 @@ yellow: 'rgba(255,199,0,1)', | ||
12, // 0 | ||
16, // 1 | ||
24, // 2 | ||
32, // 3 | ||
48, // 4 | ||
64, // 5 | ||
14, // 1 | ||
16, // 2 | ||
20, // 3 | ||
24, // 4 | ||
32, // 5 | ||
48, // 6 | ||
64, // 7 | ||
], | ||
@@ -137,2 +139,3 @@ // font-weight | ||
regular: 400, | ||
medium: 500, | ||
bold: 600, | ||
@@ -139,0 +142,0 @@ }, |
{ | ||
"name": "@tlon/indigo-dark", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Dark theme for Indigo React", | ||
@@ -5,0 +5,0 @@ "author": "tlon", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9217
5
203