Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit d407fff

Browse files
Fix feedback button style
1 parent 19d382c commit d407fff

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Diff for: src/components/Banner/styles.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
flex-wrap: wrap;
99

1010
width: 100%;
11-
background: linear-gradient(90deg, $blue 0%, $green 100%);
11+
background: linear-gradient(90deg, $blue 0%, $lightGreen2 100%);
1212
border-radius: 10px;
1313
margin-bottom: 22px;
1414
color: $white;

Diff for: src/styles/_utils.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,21 +32,21 @@
3232
.button {
3333
@include roboto-bold;
3434

35-
padding: 8px 12px;
36-
font-size: $font-size-xs;
35+
padding: 12px 16px;
36+
font-size: 13px;
3737
color: $green;
3838
line-height: 1;
3939
letter-spacing: 0.8px;
4040
white-space: nowrap;
4141
appearance: none;
4242
background: $white;
43-
border: 1px solid $green;
44-
border-radius: 15px;
43+
border: 1px solid $green2;
44+
border-radius: 20px;
4545
}
4646

4747
.button-primary {
4848
color: $white;
49-
background-color: $green;
49+
background-color: $green2;
5050
}
5151
}
5252
}

Diff for: src/styles/_variables.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,11 @@ $base-unit: 5px;
132132
$body-color: $tc-gray-90;
133133
$white: $tc-white;
134134
$green: #229174;
135+
$green2: #287d61;
135136
$darkGreen: #137d60;
136137
$lightGreen: #0ab88a;
138+
$lightGreen2: #06d6a0;
137139
$blue: #2c95d7;
138-
$green: #06d6a0;
139140

140141
$border-radius: 6px;
141142
$border-radius-sm: 5px;

0 commit comments

Comments
 (0)