diff --git a/src/components/TheSidebar.vue b/src/components/TheSidebar.vue
index 56eb81c..01f7a27 100644
--- a/src/components/TheSidebar.vue
+++ b/src/components/TheSidebar.vue
@@ -1,13 +1,13 @@
- .sidebar-container
- .top-button-container
+ .sidebar.flex.flex-col.justify-between.flex-auto.py-6.box-border
+ .flex.flex-col.gap-y-6
the-button-sidebar(id="home" path="#/")
.icon-home
the-button-sidebar(id="calendar" path="#/calendar")
.icon-calendar-2
the-button-sidebar(id="user" path="#/user")
.icon-person-2
- .bottom-button-container
+ .flex.text-4xl.flex-col.gap-y-6
the-button-sidebar(id="settings" path="#/settings")
.icon-settings
@@ -22,21 +22,7 @@
diff --git a/src/components/base/buttons/BaseAddEvent.vue b/src/components/base/buttons/BaseAddEvent.vue
index 90b5237..a3c8507 100644
--- a/src/components/base/buttons/BaseAddEvent.vue
+++ b/src/components/base/buttons/BaseAddEvent.vue
@@ -1,5 +1,5 @@
- button.event-button Создать событие
+ button.event-button.not-italic.leading-5.text-base.py-3.px-4 Создать событие