Skip to content

Commit 2684788

Browse files
pkp/pkp-lib#10850 Add missing var name for border-color-transparent
1 parent a8976f5 commit 2684788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tailwind.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export default {
5757
dark: 'var(--border-color-dark)',
5858
light: 'var(--border-color-light)',
5959
'form-fields': 'var(--border-color-form-fields)',
60-
transparent: 'var(--border-color-transparent)',
60+
transparent: 'var(--color-transparent)',
6161
},
6262
borderRadius: {
6363
DEFAULT: 'var(--radius)',

0 commit comments

Comments
 (0)