feather icons and inter (#3366)

This commit is contained in:
Peer Richelsen
2022-07-26 20:24:00 -06:00
committed by GitHub
parent a1fcdcae44
commit b9645b4de5
142 changed files with 636 additions and 941 deletions
@@ -70,7 +70,7 @@ const DisableTwoFactorAuthModal = ({ onDisable, onCancel }: DisableTwoFactorAuth
required
value={password}
onInput={(e) => setPassword(e.currentTarget.value)}
className="block w-full rounded-sm border-gray-300 sm:text-sm"
className="block w-full rounded-sm border-gray-300 text-sm"
/>
</div>