fix: font size doesn't match the --bew-base-font-size

This commit is contained in:
hakadao
2024-05-02 23:25:15 +08:00
parent 6bf18d31de
commit 64a7fce64b

View File

@@ -378,4 +378,8 @@ provide<BewlyAppProvider>('BEWLY_APP', {
.top-bar-leave-to {
--at-apply: opacity-0 transform -translate-y-full;
}
.bewly-wrapper {
--at-apply: text-size-$bew-base-font-size;
}
</style>