File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,11 +76,11 @@ Use the color opacity modifier to control the opacity of an element's accent col
76
76
<div className = " flex flex-wrap justify-center gap-6" >
77
77
<label className = " flex items-center space-x-2" >
78
78
<input type = " checkbox" defaultChecked className = " accent-purple-500/25" />
79
- <div className = " text-sm font-semibold text-gray-900 dark:text-gray-200" >accent-black /25</div >
79
+ <div className = " text-sm font-semibold text-gray-900 dark:text-gray-200" >accent-purple-500 /25</div >
80
80
</label >
81
81
<label className = " flex items-center space-x-2" >
82
82
<input type = " checkbox" className = " accent-purple-500/75" defaultChecked />
83
- <div className = " text-sm font-semibold text-gray-900 dark:text-gray-200" >accent-black /75</div >
83
+ <div className = " text-sm font-semibold text-gray-900 dark:text-gray-200" >accent-purple-500 /75</div >
84
84
</label >
85
85
</div >
86
86
}
You can’t perform that action at this time.
0 commit comments