Skip to content

Commit 955bee5

Browse files
committed
Sonar code analysis bug fix
1 parent 8ffc4c5 commit 955bee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Announcements/Announcements.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
button.sendButton {
3838
background-color: #4285f4;
39-
color: white;
39+
color: #fff;
4040
border: none;
4141
border-radius: 4px;
4242
padding: 12px 24px; /* Increased padding */
@@ -180,7 +180,7 @@ button.sendButton:hover {
180180
border-top-left-radius: 10px;
181181
border-top-right-radius: 10px;
182182
margin-right: 4px;
183-
padding: 8px 12px;
183+
184184
cursor: pointer;
185185
transition: all 0.2s ease;
186186
display: flex;

0 commit comments

Comments
 (0)