Skip to content

Commit

Permalink
feat(input): add transition to label
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Mar 3, 2023
1 parent d41f164 commit 0ba5e01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/components/SInputBase.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,13 @@ function getErrorMsg(validation: Validatable) {
display: flex;
align-items: center;
gap: 4px;
transition: color 0.25s;
}
.label-text-value {
font-weight: 500;
color: var(--input-label-color);
transition: color 0.25s;
}
.label-text-info {
Expand Down

0 comments on commit 0ba5e01

Please sign in to comment.