mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-08 06:38:46 +00:00
tweak styles
This commit is contained in:
parent
4386999c38
commit
5f0c1ec70a
4 changed files with 9 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
export default function UsageBar({ percent }) {
|
||||
return (
|
||||
<div className="mt-0.5 w-full bg-theme-800/30 rounded-full h-1 dark:bg-white/20">
|
||||
<div className="mt-0.5 w-full bg-theme-800/30 rounded-full h-1 dark:bg-theme-200/20">
|
||||
<div
|
||||
className="bg-theme-800/70 h-1 rounded-full dark:bg-white/50"
|
||||
className="bg-theme-800/70 h-1 rounded-full dark:bg-theme-200/50"
|
||||
style={{
|
||||
width: `${percent}%`,
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue