Font for File Block is very small after update

Hi, I just updated to 6.1.1 and the font of the File Block changed to something quite small. I’d like it to be the same as the default font size for the Paragraph Block.

Example of a post with a file block and a link with normal text.

Hi

Please add this css code in the Appearance > Customize > Additional CSS:

.wp-block-file a {
    font-size: 20px;
}

Regards