Skip to content

Commit

Permalink
#870 NumField component styles
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Oct 17, 2024
1 parent fa3215f commit c11efa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

- [#858](https://github.com/estruyf/vscode-front-matter/issues/858): Fix button styling on the data screen
- [#860](https://github.com/estruyf/vscode-front-matter/issues/860): Fix typo on the data screen
- [#870](https://github.com/estruyf/vscode-front-matter/issues/870): Fix data number field styling

## [10.4.1] - 2024-09-27

Expand Down
1 change: 1 addition & 0 deletions src/components/uniforms-frontmatter/NumField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ function Num({
<LabelField label={label} id={id} required={props.required} />

<input
className='block w-full py-2 pr-2 sm:text-sm appearance-none disabled:opacity-50 rounded bg-[var(--vscode-input-background)] text-[var(--vscode-input-foreground)] placeholder-[var(--vscode-input-placeholderForeground)] border-[var(--frontmatter-border)] focus:border-[var(--vscode-focusBorder)] focus:outline-0'
disabled={disabled}
id={id}
max={max}
Expand Down

0 comments on commit c11efa5

Please sign in to comment.