Skip to content

Commit

Permalink
feat(admin-ui): remove unnecessary inline styling
Browse files Browse the repository at this point in the history
  • Loading branch information
harryandriyan committed Aug 4, 2022
1 parent 8134ce9 commit af7099b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function ScopeListPage({ scopes, permissions, loading, dispatch }) {
)
}
return (
<Link to={`/auth-server/clients?scopeInum=${rowData.inum}`} style={{ color: '#3f51b5', textDecoration: 'underline' }}>
<Link to={`/auth-server/clients?scopeInum=${rowData.inum}`}>
<Badge
color={`primary-${selectedTheme}`}
role={'button'}
Expand Down

0 comments on commit af7099b

Please sign in to comment.