add
This commit is contained in:
parent
0f0b6c748d
commit
60c317757e
|
@ -8,9 +8,9 @@ export default function Brightness() {
|
||||||
<>
|
<>
|
||||||
{/* 亮度控制 */}
|
{/* 亮度控制 */}
|
||||||
<div className="relative group flex items-center">
|
<div className="relative group flex items-center">
|
||||||
<button className="text-white hover:text-primaryHover">
|
<div className="text-white hover:text-primaryHover">
|
||||||
<SunIcon className="w-10 h-10" />
|
<SunIcon className="w-10 h-10" />
|
||||||
</button>
|
</div>
|
||||||
<div className="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 opacity-0 group-hover:opacity-100 transition-opacity duration-200">
|
<div className="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 opacity-0 group-hover:opacity-100 transition-opacity duration-200">
|
||||||
<div className="bg-black/80 rounded-lg p-2">
|
<div className="bg-black/80 rounded-lg p-2">
|
||||||
<input
|
<input
|
||||||
|
|
Loading…
Reference in New Issue