Give a border for a sidebar drawer button

This commit is contained in:
Dita Aji Pratama 2024-09-28 14:35:41 +07:00
parent e3337cd502
commit e01da22290

View File

@ -93,7 +93,7 @@ body {
left: 20px; left: 20px;
background-color: #343a40; background-color: #343a40;
color: white; color: white;
border: none; border: 1px solid #fff;
width: 100px; width: 100px;
height: 40px; height: 40px;
display: flex; display: flex;