File size: 540 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.*/

[data-theme='dark'] {
    --spark-popover-text-color: var(--spark-color-theme-dark-gray900, #ffffff);
    --spark-popover-background: var(--spark-color-theme-dark-gray50, #242528);
    --spark-popover-popover-shadow-color: rgba(255, 255, 255, 0.25);
    --spark-popover-underlay-color: var(--spark-color-transparent, transparent);
}