Skip to content

Commit 5d7b5e9

Browse files
committed
refactor(Link): do not need to type theme parameter on styled components
1 parent 2864fea commit 5d7b5e9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/ui/components/actions/Link.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@ import { font, time, track } from "ui/settings";
77
import { setSpace } from "ui/mixins";
88

99
interface LinkElProps {
10-
theme:
11-
| {
12-
actionColor: string;
13-
}
14-
| undefined;
1510
readonly $isActive: boolean;
1611
}
1712

0 commit comments

Comments
 (0)