mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-06 21:05:24 +02:00
Upgrade Tailwind to v4 (#491)
This commit is contained in:
@@ -117,7 +117,7 @@ function CommitListItem({
|
||||
<button
|
||||
type="button"
|
||||
className={classNames(
|
||||
"w-full min-w-0 text-left rounded px-2 py-1.5",
|
||||
"w-full min-w-0 text-left rounded-sm px-2 py-1.5",
|
||||
selected && "bg-surface-active",
|
||||
)}
|
||||
onClick={onSelect}
|
||||
|
||||
Reference in New Issue
Block a user