From 12734a50eb2ed52143ecf4fd89748c4ba89f5ab0 Mon Sep 17 00:00:00 2001 From: NidhiDhandhukiya74 Date: Fri, 10 Jan 2025 13:54:58 +0530 Subject: [PATCH] resolve file button styling issue --- src/wp-content/themes/twentyten/blocks.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/wp-content/themes/twentyten/blocks.css b/src/wp-content/themes/twentyten/blocks.css index b439e24eaf374..719dab38c23de 100644 --- a/src/wp-content/themes/twentyten/blocks.css +++ b/src/wp-content/themes/twentyten/blocks.css @@ -110,6 +110,12 @@ p.has-drop-cap:not(:focus)::first-letter { margin: 0 0 0 0.75em; } +.wp-block-file .wp-block-file__button { + padding: 0.5em 1em; + color: #ffffff; + line-height: 1.5; +} + /*-------------------------------------------------------------- 3.0 Blocks - Formatting --------------------------------------------------------------*/