Skip to content

Commit

Permalink
fix(Input): typo in CSS variables for padding start/end (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr authored Jun 4, 2024
1 parent d7caace commit 194fe75
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
--bq-input--label-text-size: theme(fontSize.s);
--bq-input--label-text-color: theme(colors.text.primary);

--bq-input--pading-start: theme(spacing.m);
--bq-input--pading-end: theme(spacing.m);
--bq-input--padding-start: theme(spacing.m);
--bq-input--padding-end: theme(spacing.m);
--bq-input--paddingY: theme(spacing.s);

--bq-input--text-color: theme(colors.text.primary);
Expand Down

0 comments on commit 194fe75

Please sign in to comment.