Fix AxoList background color

This commit is contained in:
Jamie
2026-08-13 13:32:03 -07:00
committed by GitHub
parent 23c6b9328e
commit 139dec28bb
+1 -1
View File
@@ -111,7 +111,7 @@ export namespace AxoList {
<div
className={tw(
'min-w-fit',
'curved-20 bg-surface-primary p-1.5 shadow-elevation-0',
'curved-20 bg-surface-card p-1.5 shadow-elevation-0',
'forced-colors:bg-[Canvas] forced-colors:text-[CanvasText]',
'forced-colors:border forced-colors:border-[ButtonBorder]'
)}