Skip to content

Commit

Permalink
Update src/components/NcInputField/NcInputField.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Marco <marcoambrosini@icloud.com>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and marcoambrosini committed Oct 4, 2023
1 parent 64aa149 commit e20ecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcInputField/NcInputField.vue
Expand Up @@ -470,7 +470,7 @@ export default {
inset-block-start: -8px;
font-size: 13px; // minimum allowed font size for accessibility
font-weight: 500;
border-radius: 9px 9px 0 0; // height / 2 for pill style
border-radius: var(--default-grid-baseline) var(--default-grid-baseline) 0 0;
background-color: var(--color-main-background);
height: 16px;
padding-inline: 5px;
Expand Down

0 comments on commit e20ecde

Please sign in to comment.