refactor: replace inline styles with new CSS utility classes across various pages.
This commit is contained in:
@@ -91,7 +91,7 @@ export function LoginPage() {
|
||||
</button>
|
||||
</form>
|
||||
|
||||
<p className="text-secondary text-sm" style={{ marginTop: 'var(--space-md)', textAlign: 'center' }}>
|
||||
<p className="text-secondary text-sm mt-md text-center">
|
||||
Don't have an account? <Link to="/signup">Sign up</Link>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user