Skip to content

Commit 5a34dbd

Browse files
committed
alignment fix
1 parent 0a44a9b commit 5a34dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/sumo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ html[data-theme='light'] {
259259
align-items: center;
260260
cursor: pointer;
261261
color: white !important; /* Text color should be white */
262-
border: .5px solid rgba(255, 255, 255, 0.2); /* Border matching the style */
262+
border: 1px solid rgba(255, 255, 255, 0.2); /* Border matching the style */
263263
border-radius: 3px;
264264
padding: 5px 15px;
265265
font-size: 13px;

0 commit comments

Comments
 (0)