Skip to content

Commit

Permalink
[#1584] Add purple color & exlcude textarea in general input hover st…
Browse files Browse the repository at this point in the history
…yles
  • Loading branch information
ifirmawan committed Sep 14, 2023
1 parent 27f926f commit 9e144a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/styles/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.ant-picker .ant-picker-input input {
height: 46px;
}
.ant-input,
.ant-input:not(textarea),
.ant-select-selection-search-input,
.ant-select-selector,
.ant-input-affix-wrapper {
Expand Down
2 changes: 2 additions & 0 deletions frontend/src/styles/vars.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
$primaryGreen: #00f1bf;
$primaryGreen4: #66f7d9;
$primaryPurple: #7468ff;
$primaryPurple2: #e3e1ff;
$primaryPurple3: #c7c3ff;
$primaryPurple4: #aca4ff;
$primaryPurple7: #5d53cc;
Expand All @@ -18,6 +19,7 @@ $primaryDarkBlue5: #344170;
$primaryDarkBlue7: #000647;
$primaryNeutral4: #777e90;
$systemError3: #e00909;
$systemError2: #ffc2c2;
$systemInfo3: #1d90f5;
$systemSuccess4: #06d1a7;
// Headings
Expand Down

0 comments on commit 9e144a8

Please # to comment.