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 Dec 27, 2024
1 parent 6b7348e commit ddf113a
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 ddf113a

Please sign in to comment.