Browse Source
style: popover bgColor is too close to common (#5364)
修复Dark主题下,弹出层的背景色与主体背景色太过接近的问题
pull/5365/head
Netfan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
packages/@core/base/design/src/design-tokens/dark.css
|
|
|
@ -15,7 +15,11 @@ |
|
|
|
--card-foreground: 210 40% 98%; |
|
|
|
|
|
|
|
/* Background color for popovers such as <DropdownMenu />, <HoverCard />, <Popover /> */ |
|
|
|
--popover: 222.82deg 8.43% 12.27%; |
|
|
|
|
|
|
|
/* --popover: 222.82deg 8.43% 12.27%; */ |
|
|
|
|
|
|
|
/* 弹出层的背景色与主题区域背景色太过接近 */ |
|
|
|
--popover: 0 0 14.2%; |
|
|
|
--popover-foreground: 210 40% 98%; |
|
|
|
|
|
|
|
/* Muted backgrounds such as <TabsList />, <Skeleton /> and <Switch /> */ |
|
|
|
|