Skip to content

Commit

Permalink
fix: bootstrap swatches do not override inherited primary color
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored and joneff committed Mar 6, 2023
1 parent a569b39 commit f30ce5b
Show file tree
Hide file tree
Showing 10 changed files with 90 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-3-dark.json
Expand Up @@ -196,6 +196,11 @@
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
},
"gray-100": {
"name": "Gray 100",
"type": "color",
Expand Down
5 changes: 5 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-3.json
Expand Up @@ -196,6 +196,11 @@
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
},
"gray-100": {
"name": "Gray 100",
"type": "color",
Expand Down
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-4-dark.json
Expand Up @@ -187,6 +187,16 @@
"value": "#d9534f"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-4.json
Expand Up @@ -187,6 +187,16 @@
"value": "#d9534f"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-main-dark.json
Expand Up @@ -187,6 +187,16 @@
"value": "#dc3545"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-nordic.json
Expand Up @@ -187,6 +187,16 @@
"value": "#c09e2f"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-turquoise-dark.json
Expand Up @@ -187,6 +187,16 @@
"value": "#aa46be"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-turquoise.json
Expand Up @@ -187,6 +187,16 @@
"value": "#aa46be"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-urban.json
Expand Up @@ -187,6 +187,16 @@
"value": "#355261"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}
10 changes: 10 additions & 0 deletions packages/bootstrap/lib/swatches/bootstrap-vintage.json
Expand Up @@ -187,6 +187,16 @@
"value": "#b38400"
}
}
},
{
"hidden": true,
"variables": {
"primary": {
"name": "Override bootstrap primary",
"type": "variable",
"value": "$kendo-color-primary"
}
}
}
]
}

0 comments on commit f30ce5b

Please sign in to comment.