Skip to content

Commit

Permalink
Select fix (#215)
Browse files Browse the repository at this point in the history
* fix(tokens): brand becomes Brand

* refactor(tokens): updates token name

* feat(tokens): adds MD and LG paddings

* feat(tokens): adds LG tokens

* feat(ui-library): select is back

* feat(ui-library): renderfunction for icons

* fix(ui-library): snapshot

* fix(ui-library): missing form css stuff

---------

Co-authored-by: m-nti <117906965+m-nti@users.noreply.github.com>
  • Loading branch information
ChristianHoffmannS2 and m-nti authored Jun 12, 2023
1 parent ded4de5 commit e6c6c4c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const forms = {

export const form = css`
.blr-form-element {
all: initial;
color: ${Forms.UserInput.Default.Rest};
font-weight: ${Forms.MD.UserInput.fontWeight};
font-size: ${Forms.MD.UserInput.fontSize};
font-family: ${Forms.MD.UserInput.fontFamily}, sans-serif;
Expand Down Expand Up @@ -62,6 +64,8 @@ export const form = css`
border-width: ${Forms.Input.Default.Disabled.width};
border-style: ${Forms.Input.Default.Disabled.style};
border-color: ${Forms.Input.Default.Disabled.color};
background-color: ${Forms.SurfaceFill.Default.Disabled};
color: ${Forms.UserInput.Default.Disabled};
&::placeholder {
color: ${Forms.Placeholder.Default.Disabled};
Expand Down

0 comments on commit e6c6c4c

Please sign in to comment.