Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] VBtn variant outlined add sass variables for at least border-width #16786

Assignees
Labels
framework Issues and Feature Requests that have needs framework-wide. T: enhancement Functionality that enhances existing features

Comments

@ricardovanlaarhoven
Copy link
Contributor

Problem to solve

Make it possible to change the width of an outlined button with props, defaults or sass variables

$button-border, $button-border-width, $button-border-thin-width don't seem to do the trick, it's now only available with an override

Proposed solution

border: thin solid currentColor

Use sass variables in this file

@KaelWD KaelWD added T: enhancement Functionality that enhances existing features C: VBtn C: VChip labels Apr 28, 2023
@KaelWD KaelWD added this to the v3.x.x milestone Apr 28, 2023
@johnleider johnleider modified the milestones: v3.x.x, v3.6.0 (Nebula) Jan 26, 2024
@johnleider johnleider self-assigned this Apr 15, 2024
@johnleider johnleider added framework Issues and Feature Requests that have needs framework-wide. and removed C: VBtn C: VChip labels Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment