diff --git a/frontend/src/app/components/dashboard/dashboard.component.css b/frontend/src/app/components/dashboard/dashboard.component.css index 4db64c67b..bede3f5b8 100644 --- a/frontend/src/app/components/dashboard/dashboard.component.css +++ b/frontend/src/app/components/dashboard/dashboard.component.css @@ -53,6 +53,22 @@ margin-left: 12px; } +.toggle-button-position button { + border-radius: 4px; +} + +.toggle-button-position button mat-icon { + border-radius: 4px; +} + +.toggle-button-position button:hover { + border-radius: 4px; +} + +.toggle-button-position button:hover mat-icon { + border-radius: 4px; +} + .dashboard { display: flex; flex-direction: column; diff --git a/frontend/src/app/components/dashboard/dashboard.component.html b/frontend/src/app/components/dashboard/dashboard.component.html index 87911c778..47ac5ff4b 100644 --- a/frontend/src/app/components/dashboard/dashboard.component.html +++ b/frontend/src/app/components/dashboard/dashboard.component.html @@ -69,9 +69,13 @@
+ This folder contains {{data.tableCount}} table{{data.tableCount > 1 ? 's' : ''}}. + The tables will not be deleted, only removed from this folder. +
+Note: This action cannot be undone.
+