mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-03 11:31:47 +02:00
Upgrade Tailwind to v4 (#491)
This commit is contained in:
@@ -324,7 +324,7 @@ function KeyRevealer({
|
||||
|
||||
function HighlightedKey({ keyText, show }: { keyText: string; show: boolean }) {
|
||||
return (
|
||||
<span className="text-xs font-mono [&_*]:cursor-auto [&_*]:select-text">
|
||||
<span className="text-xs font-mono **:cursor-auto **:select-text">
|
||||
{show ? (
|
||||
keyText.split("").map((c, i) => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user