Skip to content

Commit

Permalink
Merge pull request #735 from aziontech/no-issue-change-text-size-and-…
Browse files Browse the repository at this point in the history
…weight

[NO-ISSUE] chore: change text size and weight
  • Loading branch information
csfeijo authored Feb 16, 2024
2 parents c0e5712 + bd2749c commit e433732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/templates/form-fields-inputs/fieldSwitch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/>
<label
:for="inputName"
class="flex flex-col items-start gap-1"
class="flex flex-col text-sm items-start gap-1"
>
<span class="text-color text-sm font-normal leading-5">{{ props.label }} </span>
<span
Expand Down
2 changes: 1 addition & 1 deletion src/views/WafRules/FormFields/FormFieldsWafRules.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
>
<template #inputs>
<div class="flex flex-col gap-2">
<label class="text-color text-base font-medium">Threat Type Configuration</label>
<label class="text-color text-sm font-medium">Threat Type Configuration</label>
<div class="flex flex-col gap-3">
<Card
:pt="{
Expand Down

0 comments on commit e433732

Please sign in to comment.