Skip to content

Commit 4039ae1

Browse files
committed
Change in default style.
1 parent d6e7d55 commit 4039ae1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ module.exports = plugin(function({ addUtilities, e, theme, variants }) {
2424
{
2525
theme: {
2626
textShadow: {
27-
default: '1px 0px 0px rgb(0 0 0 / 20%), 0px 1px 0px rgb(1 0 5 / 10%)',
27+
default: '0px 0px 1px rgb(0 0 0 / 20%), 0px 0px 1px rgb(1 0 5 / 10%)',
2828
sm: '1px 1px 3px rgb(36 37 47 / 25%)',
2929
md: '0px 1px 2px rgb(30 29 39 / 19%), 1px 2px 4px rgb(54 64 147 / 18%)',
3030
lg: '3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%)',

0 commit comments

Comments
 (0)