Skip to content

Commit 0e932a0

Browse files
reduce style of button example
1 parent 9cdb20f commit 0e932a0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/app/example/example.component.scss

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,13 @@
1010
.button-voicecapture-example {
1111
background: var(--primary);
1212
color: #fff;
13-
display: flex;
13+
display: inline-flex;
1414
justify-content: center;
1515
align-items: center;
1616
border-radius: 10px;
1717
border: 1px solid var(--vtl-background);
18-
padding: 0.5rem 1rem 0.5rem 0.5rem;
19-
cursor: pointer;
20-
display: inline-flex;
21-
align-items: center;
2218
padding: 0.5rem 1rem;
19+
cursor: pointer;
2320
min-height: 70px;
2421
white-space: nowrap;
2522

0 commit comments

Comments
 (0)