Skip to content

Commit

Permalink
[fix](@svelteui/core): remove unused style in Input
Browse files Browse the repository at this point in the history
ISSUES CLOSED: #370
  • Loading branch information
BeeMargarida committed May 13, 2023
1 parent edcf881 commit 2fce98d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export default createStyles(
return {
root: {
darkMode: {
'& .input': variant === 'headless' ? {} : { color: theme.fn.themeColor('dark', 0) },
'&:disabled': {
backgroundColor: theme.fn.themeColor('dark', 6)
},
Expand Down

0 comments on commit 2fce98d

Please sign in to comment.