Button Style Card Layout

Hi 

Need some one help!!

I want to create a button style card layout.I cannot change  outer line color .How can i change outline color

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
a!columnsLayout(
columns: {
a!columnLayout(
contents: {
a!cardLayout(
contents: a!richTextDisplayField(
value: {
a!richTextItem(
text: "Back",
color: "ACCENT",
style: "STRONG"
)
},
align: "CENTER",
marginAbove: "NONE",
marginBelow: "EVEN_LESS"
),
link: a!dynamicLink(
value: "ACCEPT"
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

My desire image is below.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data