Skip to content

Commit

Permalink
pkp/pkp-lib#10850 Add missing var name for border-color-transparent
Browse files Browse the repository at this point in the history
  • Loading branch information
blesildaramirez committed Feb 3, 2025
1 parent a8976f5 commit 2684788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default {
dark: 'var(--border-color-dark)',
light: 'var(--border-color-light)',
'form-fields': 'var(--border-color-form-fields)',
transparent: 'var(--border-color-transparent)',
transparent: 'var(--color-transparent)',
},
borderRadius: {
DEFAULT: 'var(--radius)',
Expand Down

0 comments on commit 2684788

Please sign in to comment.