Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 0bc919e

Browse files
authored
Update README.md
1 parent 12b8a6c commit 0bc919e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ for (const colorName in tailwindColors) {
6767
colorSafeList.push(`text-${colorName}-${shade}`),
6868
colorSafeList.push(`accent-${colorName}-${shade}`),
6969
colorSafeList.push(`bg-${colorName}-${shade}`),
70-
colorSafeList.push(`hover:bg-${colorName}-${shade}`),
70+
colorSafeList.push(`hover:enabled:bg-${colorName}-${shade}`),
7171
colorSafeList.push(`focus:bg-${colorName}-${shade}`),
7272
colorSafeList.push(`ring-${colorName}-${shade}`),
7373
colorSafeList.push(`focus:ring-${colorName}-${shade}`),

0 commit comments

Comments
 (0)