Skip to content

Commit

Permalink
add padding to text variant
Browse files Browse the repository at this point in the history
  • Loading branch information
btarver40 committed Jan 6, 2025
1 parent a402333 commit c9781f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion easy-ui-react/src/Button/Button.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
}

.variantOutlined,
.variantLink {
.variantLink,
.variantText {
padding: calc(
#{design-token("space.1.5")} - #{design-token("shape.border_width.1")}
)
Expand Down

0 comments on commit c9781f5

Please sign in to comment.