B2B-95: add design system token values to theme, apply to main components
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
import { Trans } from '@kit/ui/trans';
|
||||
|
||||
import { withI18n } from '~/lib/i18n/with-i18n';
|
||||
import { MedReportTitle } from '@/components/MedReportTitle';
|
||||
import { MedReportTitle } from '@/components/med-report-title';
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function RegisterCompany() {
|
||||
<form
|
||||
onSubmit={handleSubmit(onSubmit)}
|
||||
noValidate
|
||||
className="flex gap-7 flex-col text-left pt-8 px-6"
|
||||
className="flex gap-6 flex-col text-left pt-8 px-6"
|
||||
>
|
||||
<FormItem>
|
||||
<Label>Ettevõtte nimi</Label>
|
||||
@@ -77,7 +77,6 @@ export default function RegisterCompany() {
|
||||
pendingText="Saatmine..."
|
||||
type="submit"
|
||||
formAction={submitCompanyRegistration}
|
||||
className="mt-4 hover:bg-primary/90"
|
||||
>
|
||||
<Trans i18nKey={'account:requestCompanyAccount'} />
|
||||
</SubmitButton>
|
||||
|
||||
BIN
app/icon.ico
BIN
app/icon.ico
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
Reference in New Issue
Block a user