mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
remove backdrop-blur until it can be made opt-in
This commit is contained in:
parent
f566671975
commit
7ae0ba31cb
4 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
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 backdrop-blur-md">
|
||||
<div className="mt-0.5 w-full bg-theme-800/30 rounded-full h-1 dark:bg-white/20">
|
||||
<div
|
||||
className="bg-theme-800/70 h-1 rounded-full dark:bg-white/50"
|
||||
style={{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue