Skip to content
Merged

Web 816 #4624

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-starlight/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ body {

.secondary-button {
background-color: var(--color-bg-dark);
border: 1px solid var(--color-stroke-dark);
border: 1px solid var(--color-gray-2);
border-radius: 8px;
box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.05),
0 0 1px 4px rgba(52, 49, 27, 0.22);
Expand Down
Loading