Give a border for a sidebar drawer button

This commit is contained in:
Dita Aji Pratama 2024-09-30 17:28:47 +07:00
parent e54da717df
commit 6618710f43
2 changed files with 2 additions and 2 deletions

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;

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;