mirror of
https://codeberg.org/MarkusThielker/next-ory.git
synced 2025-04-18 00:21:18 +00:00
NORY-46: fix different label sizes
This commit is contained in:
parent
6f57f4fb38
commit
f73bfe603b
1 changed files with 3 additions and 3 deletions
|
@ -208,7 +208,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
|
|||
render={({ field }) => (
|
||||
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
||||
<div className="space-y-0.5">
|
||||
<FormLabel className="text-base">
|
||||
<FormLabel>
|
||||
Skip consent
|
||||
</FormLabel>
|
||||
<FormDescription>
|
||||
|
@ -425,7 +425,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
|
|||
render={({ field }) => (
|
||||
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
||||
<div className="space-y-0.5">
|
||||
<FormLabel className="text-base">
|
||||
<FormLabel>
|
||||
Frontchannel Logout Session Required
|
||||
</FormLabel>
|
||||
<FormDescription>
|
||||
|
@ -471,7 +471,7 @@ export function CreateClientForm({ action }: CreateClientFormProps) {
|
|||
render={({ field }) => (
|
||||
<FormItem className="flex flex-row items-center justify-between rounded-lg">
|
||||
<div className="space-y-0.5">
|
||||
<FormLabel className="text-base">
|
||||
<FormLabel>
|
||||
Backchannel Logout Session Required
|
||||
</FormLabel>
|
||||
<FormDescription>
|
||||
|
|
Loading…
Add table
Reference in a new issue