Skip to content

Commit

Permalink
Update textbox fill and label color
Browse files Browse the repository at this point in the history
  • Loading branch information
LianaHarris360 committed Feb 26, 2024
1 parent 9450389 commit f4f646d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/pages/textfields/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
<li>Corner radius: 2px</li>
<li>
Fill color:
<DocsInternalLink code text="palette.grey.v_400" href="/colors#palette-grey-v_400" />, 0.25 opacity
<DocsInternalLink code text="palette.grey.v_50" href="/colors#palette-grey-v_50" />
</li>
<li>
Bottom stroke color:
Expand All @@ -196,7 +196,7 @@
</li>
<li>
Label text color:
<DocsInternalLink code text="palette.grey.v_200" href="/colors#palette-grey-v_200" />
<DocsInternalLink code text="palette.grey.v_600" href="/colors#palette-grey-v_600" />
</li>
<li>
Focused text color:
Expand Down
2 changes: 1 addition & 1 deletion lib/keen/UiTextbox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@
width: 100%;
padding: 4px 0 0 0;
margin: 0;
background: #e9e9e9;
background: #F5F5F5;
border-radius: 4px 4px 0 0;
}
Expand Down
2 changes: 1 addition & 1 deletion lib/keen/styles/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $brand-accent-color: $md-purple-a400 !default;
$primary-text-color: rgba(black, 0.87) !default;

// Secondary text color
$secondary-text-color: rgba(black, 0.54) !default;
$secondary-text-color: #666666!default;

// Hint text color
$hint-text-color: rgba(black, 0.38) !default;
Expand Down

0 comments on commit f4f646d

Please sign in to comment.