Spaces:
Runtime error
Runtime error
File size: 713 Bytes
db5855f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
/**
* Copyright (C) 2023 Intel Corporation
* SPDX-License-Identifier: MIT
*/
/* Do not edit this file manually! This file is generated automatically from the @spark-design/tokens package.*/
:root,
[data-theme='light'] {
--spark-badge-color: var(--spark-color-white, #ffffff);
--spark-badge-success-background-color: var(--spark-color-moss, #8bae46);
--spark-badge-info-background-color: var(--spark-color-classic-blue, #0054ae);
--spark-badge-warning-background-color: var(--spark-color-daisy, #fec91b);
--spark-badge-alert-background-color: var(--spark-color-coral-shade1, #c81326);
--spark-badge-unknown-background-color: var(--spark-color-carbon-shade1, #525252);
}
|