Browse Source

fix: font size

pull/6384/head
sreehari jayaraj 12 months ago
parent
commit
251bfd0c00
  1. 2
      packages/nc-gui/assets/style.scss
  2. 2
      packages/nc-gui/components/nc/MenuItem.vue

2
packages/nc-gui/assets/style.scss

@ -177,7 +177,7 @@ a {
// menu item styling
.nc-menu-item {
@apply cursor-pointer text-xs flex items-center gap-2 px-4 py-3 relative after:(content-[''] absolute top-0 left-0 bottom-0 w-full h-full right-0 bg-current opacity-0 transition transition-opactity duration-100) hover:(after:(opacity-5));
@apply cursor-pointer text-sm flex items-center gap-2 px-4 py-3 relative after:(content-[''] absolute top-0 left-0 bottom-0 w-full h-full right-0 bg-current opacity-0 transition transition-opactity duration-100) hover:(after:(opacity-5));
&.disabled {
@apply text-black text-opacity-25 bg-[#f5f5f5] cursor-not-allowed text-shadow-none box-shadow-none border-[#d9d9d9];

2
packages/nc-gui/components/nc/MenuItem.vue

@ -12,7 +12,7 @@
}
.nc-menu-item-inner {
@apply flex flex-row items-center gap-x-2;
@apply flex flex-row items-center gap-x-2 text-sm;
}
.nc-menu-item > .ant-dropdown-menu-title-content {

Loading…
Cancel
Save