Skip to content

Commit 0fcf8bb

Browse files
committed
MC-3915 Update the UI and added Edit and delete functionality for the google docs plugin
1 parent be013a5 commit 0fcf8bb

File tree

6 files changed

+250
-95
lines changed

6 files changed

+250
-95
lines changed

src/client/components/button.module.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,14 @@
55
padding: 0.5rem;
66
outline: none;
77
border-radius: 0.375rem;
8-
border: 1px solid rgb(207, 207, 211);
9-
background-color: white;
8+
border: none;
9+
background-color: #E80962;
1010
cursor: pointer;
11+
color: white;
1112
}
1213

1314
.button:hover {
14-
background-color: rgb(0, 66, 235);
15+
background-color: #B20E45;
1516
color: white;
1617
transition: all 0.2s;
1718
}

0 commit comments

Comments
 (0)