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 @@ -144,7 +144,7 @@ export default function Icon() {
144144 < Amicon icon = { viIcon ?. icon } />
145145 </ div >
146146 </ div >
147- < div className = "order-7 col-span-2 flex items-center justify-center rounded-lg border border-indigo-300 bg-indigo-200 text-indigo-800 sm:col-span-3 md:col-span-2 lg:col-span-3" >
147+ < div className = "order-7 col-span-2 flex items-center justify-center rounded-lg border border-indigo-300 bg-indigo-100 text-indigo-800 sm:col-span-3 md:col-span-2 lg:col-span-3" >
148148 < div className = "flex flex-row gap-20" >
149149 < div className = "flex flex-col items-center justify-center gap-2" >
150150 < Amicon icon = { viIcon ?. icon } rotate = { 90 } className = "text-4xl" />
@@ -187,7 +187,7 @@ export default function Icon() {
187187 </ div >
188188 </ div >
189189 </ div >
190- < div className = "order-1 flex items-center justify-center rounded-lg border border-indigo-300 bg-indigo-200 text-indigo-800 sm:order-11" >
190+ < div className = "order-1 flex items-center justify-center rounded-lg border border-indigo-300 bg-indigo-100 text-indigo-800 sm:order-11" >
191191 < Button >
192192 < Amicon icon = { viIcon ?. icon } /> Button
193193 </ Button >
You can’t perform that action at this time.
0 commit comments