core: change base font size sm at density compact
This commit is contained in:
@@ -141,7 +141,7 @@ export default function LoginPage() {
|
||||
radius={'lg'}
|
||||
size="md"
|
||||
styles={{
|
||||
label: { color: '#64748b', fontSize: '13px', fontWeight: 500, marginBottom: '6px' },
|
||||
label: { color: '#64748b', fontWeight: 500, marginBottom: '6px' },
|
||||
}}
|
||||
/>
|
||||
|
||||
@@ -153,7 +153,7 @@ export default function LoginPage() {
|
||||
leftSection={<Lock size={16} />}
|
||||
radius={'lg'}
|
||||
size="md"
|
||||
styles={{ label: { color: '#64748b', fontSize: '13px', fontWeight: 500, marginBottom: '6px' } }}
|
||||
styles={{ label: { color: '#64748b', fontWeight: 500, marginBottom: '6px' } }}
|
||||
/>
|
||||
|
||||
<div className="flex items-center justify-between pt-1">
|
||||
@@ -161,7 +161,7 @@ export default function LoginPage() {
|
||||
label={t('remember_me')}
|
||||
size="sm"
|
||||
styles={{
|
||||
label: { color: '#64748b', fontSize: '13px', fontWeight: 500 },
|
||||
label: { color: '#64748b', fontWeight: 500 },
|
||||
}}
|
||||
/>
|
||||
<a href="#" className="text-[13px] text-brand-600 font-semibold hover:underline">
|
||||
|
||||
Reference in New Issue
Block a user