Skip to content

Commit cc21982

Browse files
Changed text color of theme04
1 parent a9b36ec commit cc21982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "castlecss-buttons",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Button files for CastleCSS",
55
"main": "index.js",
66
"scripts": {

sass/components/buttons.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
.btn-theme04 {
3838
@extend .btn;
3939
background-color: $theme04;
40-
color: $color01;
40+
color: $color02;
4141
}
4242
.btn-theme05 {
4343
@extend .btn;

0 commit comments

Comments
 (0)