Fix pad creation screen

This commit is contained in:
yflory 2025-10-14 15:12:22 +02:00
parent 81782b5446
commit 5d2d16efd8
2 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,7 @@
@cp_corner-text: @cryptpad_text_col;
// Pad Creation Screen
@cp_creation-bg: @cryptpad_color_white;
@cp_creation-bg: @cryptpad_color_grey_50;
@cp_creation-fg: @cryptpad_text_col;
@cp_creation-template: @cryptpad_color_grey_100;
@cp_creation-button-bg: @cryptpad_color_brand;

View File

@ -2770,7 +2770,7 @@ define([
if (/^http/.test(domain)) { domain = domain.replace(/^https?\:\/\//, ''); }
var title = h('div.cp-creation-title', [
UI.getFileIcon({type: type})[0],
UI.getFileIcon({type: type}),
h('div.cp-creation-title-text', [
h('span', newPadH3Title),
createHelper(Pages.localizeDocsLink('https://docs.cryptpad.org/en/user_guide/apps/general.html#new-document'), Messages.creation_helperText)