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

fix(VaCard): Ability to customize outlined border colour #4313

Merged
merged 2 commits into from
Jun 12, 2024

Conversation

Us3r-gitHub
Copy link
Contributor

@Us3r-gitHub Us3r-gitHub commented Jun 11, 2024

closes #4308

Description

  1. In Va Card Component
    CSS Variable used for Card Outlined Border has been updated from va-background-element to va-background-border
  2. Apply color schemes variable to define --va-block-color

Markup:

// Sample Colors Configuration
createVuesticEssential({
  config: {
    colors: {
      presets: {
        dark: {
          backgroundBorder: "ffffff",
        },
      },
    },
  },
});

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Improvement/refactoring (non-breaking change that doesn't add any feature but make things better)

@Us3r-gitHub Us3r-gitHub changed the title Ability to customize outlined border colour in Card Component fix(VaCard): Ability to customize outlined border colour Jun 11, 2024
@m0ksem m0ksem merged commit 228f500 into epicmaxco:develop Jun 12, 2024
Fsss126 added a commit that referenced this pull request Jun 13, 2024
* chore: fix sandbox build command

* Pass name to code audit popup (#4311)

* fix(VaCard): Ability to customize `outlined border` colour (#4313)

* fix[ui-card]: Update to use background-border variable

* fix: Apply CSS variables from color schemes instead of hard-coded values

---------

Co-authored-by: Achsan <achsanh@gmail.com>

* Added Vuejs.de conference banner (#4319)

---------

Co-authored-by: Maksim Nedoshev <m0ksem1337@gmail.com>
Co-authored-by: Us3r-gitHub <58467104+Us3r-gitHub@users.noreply.github.com>
Co-authored-by: Achsan <achsanh@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add ability to customize the color of "block-color"
3 participants