这是indexloc提供的服务,不要输入任何密码
Skip to content

benchmark update contrast #2393

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/components/pages/home-shared/gradients.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
}

.benchmark {
background: linear-gradient(270deg, #262626 0%, #1a1a1a 100%);
background: linear-gradient(270deg, #5c5c5c 0%, #1f1f1f 100%);
:global(.light) & {
background: linear-gradient(89.98deg, #cccccc 0.01%, #f5f5f5 99.49%);
background: linear-gradient(89.98deg, #e0e0e0 0.01%, #9c9c9c 99.49%);
}
}

.barBorder {
border: #1f1f1f 1px solid;
border: rgba(255, 255, 255, 0.4) 1px solid;
:global(.light) & {
border: #0000001f 1px solid;
border: rgba(0, 0, 0, 0.6) 1px solid;
}
}

Expand Down
2 changes: 1 addition & 1 deletion docs/components/pages/pack-home/PackBenchmarksGraph.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function GraphBar({
transition={{ duration: 0.1 }}
initial="hidden"
className={cn(
"flex items-center h-full rounded relative dark:bg-[#ffffff06] bg-[#00000006]"
"flex items-center h-full rounded relative dark:bg-[#383838] bg-[#E6E6E6]"
)}
>
<motion.div
Expand Down