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

 * 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-popover-text-color: var(--spark-color-theme-light-gray900, #2b2c30);
    --spark-popover-background: var(--spark-color-theme-light-gray50, #ffffff);
    --spark-popover-popover-shadow-color: rgba(43, 44, 48, 0.25);
    --spark-popover-underlay-color: var(--spark-color-transparent, transparent);
}