Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dist/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Chimera UI Libraries - Build 0.35.4 (6/6/2025, 09:27:35)
* Chimera UI Libraries - Build 0.35.6 (6/10/2025, 14:51:22)
*
*/
/******/ (function(modules) { // webpackBootstrap
Expand Down
2 changes: 1 addition & 1 deletion dist/main.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions less/components/consonant/infobits/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
.focused;

&--cta {
background-color: @consonantBlue500;
border-color: @consonantBlue500;
background-color: @accessibleBlueLink;
border-color: @accessibleBlueLink;

span {
color: @consonantBaseColor;
Expand All @@ -73,8 +73,8 @@

&:active {
text-decoration: none !important;
background-color: @consonantBlue700;
border-color: @consonantBlue700;
background-color: @accessibleCTABgHover;
border-color: @accessibleCTABgHover;
}

&:active span {
Expand Down
12 changes: 6 additions & 6 deletions less/components/consonant/theme.less
Original file line number Diff line number Diff line change
Expand Up @@ -617,17 +617,17 @@
}

&--cta {
border-color: @consonantBlue500;
background-color: @consonantBlue500;
border-color: @accessibleBlueLink;
background-color: @accessibleBlueLink;

&:hover {
border-color: @consonantBlue600;
background-color: @consonantBlue600;
border-color: @accessibleCTABgHover;
background-color: @accessibleCTABgHover;
}

&:active {
border-color: @consonantBlue700;
background-color: @consonantBlue700;
border-color: @accessibleCTABgHover;
background-color: @accessibleCTABgHover;
}
}
}
Expand Down
Loading