File size: 479 Bytes
db5855f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**

 * 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-tooltip-background-color: var(--spark-color-theme-dark-gray200, #3c3e42);
    --spark-tooltip-color: var(--spark-color-theme-light-gray50, #ffffff);
    --spark-tooltip-tip-color: var(--spark-color-theme-dark-gray200, #3c3e42);
}