Skip to content

Commit

Permalink
feat: adjust stories
Browse files Browse the repository at this point in the history
  • Loading branch information
saemik94 committed Nov 28, 2023
1 parent 426ac0a commit 85e15cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ export const Slots = {
values: [
{
value: `<div slot='${slot}' class="slot slot--border slot--background h-6 ${
slot === 'label' || slot === 'help-text' ? 'w-18' : 'w-6'
slot === 'label' || slot === 'help-text' ? 'w-20' : 'w-6'
}"></div>`,
title: slot
}
Expand Down
2 changes: 1 addition & 1 deletion packages/components/src/components/textarea/textarea.ts
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ export default class SdTextarea extends SolidElement implements SolidFormControl
<div
part="form-control"
class=${cx(
'form-control',
'form-control text-left',
hasLabel && 'form-control--has-label',
hasHelpText && 'form-control--has-help-text',
this.disabled && 'pointer-events-none'
Expand Down

0 comments on commit 85e15cf

Please sign in to comment.