style-dark: progressBar
This commit is contained in:
parent
fb32b8f0bb
commit
f1fc12e2ac
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ export const ProgressBar = ({ now, variant, label }: Props) => {
|
|||
}[variant ?? "info"];
|
||||
|
||||
return (
|
||||
<div className={"w-full bg-gray-200 rounded-full"}>
|
||||
<div className={"w-full bg-gray-200 rounded-full dark:bg-gray-500"}>
|
||||
<div
|
||||
className={`text-xs bg-blue-500 font-medium transition-all text-center p-0.5 leading-none rounded-full ${variantClassName}`}
|
||||
style={{ width: `${now}%` }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue